Google Cloud Storage に戻る
Google Cloud Storage (Google Cloud) と Knoon AI を接続して 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. |