Retour à Google Cloud Storage
Connecter Knoon AI avec Google Cloud Storage (Google Cloud) pour automatiser les flux de travail AI.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Oui |
| objectName | mustache | Full object name to download. | Oui |
| fileName | mustache | Optional override attachment file name. | Non |
Retours
| Nom | 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. |