Terug naar Google Cloud Storage
Verbinding maken met Knoon AI met Google Cloud Storage (Google Cloud) om AI-workflows te automatiseren.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Ja |
| objectName | mustache | Full object name to download. | Ja |
| fileName | mustache | Optional override attachment file name. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |