ย้อนกลับไปยัง Google Cloud Storage
เชื่อมต่อ Knoon AI กับ Google Cloud Storage (Google Cloud) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Get metadata for a single file in a Google Cloud Storage bucket.
googleCloudStorageGetFile
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | ใช่ |
| objectName | mustache | Full object name in the bucket (e.g. "reports/april-summary.pdf"). | ใช่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| bucket | string | Bucket containing the object. |
| name | string | Object name. |
| contentType | string | Object content type when available. |
| size | string | Object size in bytes as a string when available. |
| updated | string | Last updated timestamp when available. |
| etag | string | ETag for the object when available. |
| md5Hash | string | MD5 hash for the object when available. |
| mediaLink | string | Media download link when returned by Google Cloud Storage. |