Wróć do Google Cloud Storage
Połącz Knoon AI z Google Cloud Storage (Google Cloud), aby zautomatyzować przepływy pracy AI.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Tak |
| objectName | mustache | Full object name to download. | Tak |
| fileName | mustache | Optional override attachment file name. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |