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