Back to Google Cloud Storage
Connect Knoon AI with Google Cloud Storage (Google Cloud) to automate AI workflows.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Yes |
| objectName | mustache | Full object name to download. | Yes |
| fileName | mustache | Optional override attachment file name. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |