ย้อนกลับไปยัง Google Cloud Storage
เชื่อมต่อ Knoon AI กับ Google Cloud Storage (Google Cloud) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List files in a Google Cloud Storage bucket, optionally filtered by object prefix.
googleCloudStorageListFiles
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name to list from (e.g. "my-app-bucket"). | ใช่ |
| prefix | mustache | Optional object name prefix to filter results (e.g. "invoices/2026/"). | ไม่ |
| delimiter | mustache | Optional delimiter for pseudo-folder style listing. Use "/" to group by path segments. | ไม่ |
| maxResults | number | Optional maximum number of objects to return. | ไม่ |
| pageToken | string | Optional pagination token from a previous response. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| files.bucket | string | Bucket containing the object. |
| files.name | string | Object name. |
| files.contentType | string | Object content type when available. |
| files.size | string | Object size in bytes as a string when available. |
| files.updated | string | Last updated timestamp when available. |
| files.etag | string | ETag for the object when available. |
| files.md5Hash | string | MD5 hash for the object when available. |
| files.mediaLink | string | Media download link when returned by Google Cloud Storage. |
| nextPageToken | string | Token to fetch the next page. Empty when there are no more results. |