返回 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. |