返回 Google Cloud Storage

将 Knoon AI 与 Google Cloud Storage (Google Cloud) 连接以自动化 AI 工作流。

List files in a Google Cloud Storage bucket, optionally filtered by object prefix.
googleCloudStorageListFiles
测试版
内部
权限
  • https://www.googleapis.com/auth/devstorage.read_only
可选权限
没有可显示的项目。
参数
名称类型描述必填
bucketNamemustache Google Cloud Storage bucket name to list from (e.g. "my-app-bucket").是的
prefixmustache Optional object name prefix to filter results (e.g. "invoices/2026/").没有
delimitermustache Optional delimiter for pseudo-folder style listing. Use "/" to group by path segments.没有
maxResultsnumber Optional maximum number of objects to return.没有
pageTokenstring Optional pagination token from a previous response.没有
回报
名称类型描述
files.bucketstring Bucket containing the object.
files.namestring Object name.
files.contentTypestring Object content type when available.
files.sizestring Object size in bytes as a string when available.
files.updatedstring Last updated timestamp when available.
files.etagstring ETag for the object when available.
files.md5Hashstring MD5 hash for the object when available.
files.mediaLinkstring Media download link when returned by Google Cloud Storage.
nextPageTokenstring Token to fetch the next page. Empty when there are no more results.