Tillbaka till Google Cloud Storage
Anslut Knoon AI med Google Cloud Storage (Google Cloud) för att automatisera AI-flöden.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| 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. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |