Quay lại Google Cloud Storage
Kết nối Knoon AI với Google Cloud Storage (Google Cloud) để tự động hóa các quy trình làm việc AI.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Có |
| objectName | mustache | Full object name to download. | Có |
| fileName | mustache | Optional override attachment file name. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |