ย้อนกลับไปยัง 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. |