返回 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. |