返回 Google Cloud Storage

將 Knoon AI 與 Google Cloud Storage (Google Cloud) 連接以自動化 AI 工作流程。

Get metadata for a single file in a Google Cloud Storage bucket.
googleCloudStorageGetFile
測試版
內部
權限
  • https://www.googleapis.com/auth/devstorage.read_only
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
bucketNamemustache Google Cloud Storage bucket name containing the file.是的
objectNamemustache Full object name in the bucket (e.g. "reports/april-summary.pdf").是的
退貨
名稱類型說明
bucketstring Bucket containing the object.
namestring Object name.
contentTypestring Object content type when available.
sizestring Object size in bytes as a string when available.
updatedstring Last updated timestamp when available.
etagstring ETag for the object when available.
md5Hashstring MD5 hash for the object when available.
mediaLinkstring Media download link when returned by Google Cloud Storage.