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.