Zurück zu Google Cloud Storage
Verbinde Knoon AI mit Google Cloud Storage (Google Cloud), um KI-Workflows zu automatisieren.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| 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. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |