Назад к Google Cloud Storage
Подключите Knoon AI к Google Cloud Storage (Google Cloud), чтобы автоматизировать AI рабочие процессы.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Да |
| objectName | mustache | Full object name to download. | Да |
| fileName | mustache | Optional override attachment file name. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |