Google Cloud Storage に戻る

Google Cloud Storage (Google Cloud) と Knoon AI を接続して 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.