返回 Google Cloud Storage
将 Knoon AI 与 Google Cloud Storage (Google Cloud) 连接以自动化 AI 工作流。
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | 是的 |
| objectName | mustache | Full object name to download. | 是的 |
| fileName | mustache | Optional override attachment file name. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE when the file is downloaded successfully. |
| content | string | Attachment. |
| sensitive.bucket | string | Bucket containing the downloaded object. |
| sensitive.objectName | string | Downloaded object name. |
| sensitive.fileName | string | Attachment file name. |
| sensitive.mimeType | string | Attachment MIME type when available. |
| sensitive.size | string | Attachment size in bytes when available. |