返回 Google Cloud Storage

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

Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
测试版
内部
权限
  • https://www.googleapis.com/auth/devstorage.read_only
可选权限
没有可显示的项目。
参数
名称类型描述必填
bucketNamemustache Google Cloud Storage bucket name containing the file.是的
objectNamemustache Full object name to download.是的
fileNamemustache Optional override attachment file name.没有
回报
名称类型描述
statusstring DONE when the file is downloaded successfully.
contentstring Attachment.
sensitive.bucketstring Bucket containing the downloaded object.
sensitive.objectNamestring Downloaded object name.
sensitive.fileNamestring Attachment file name.
sensitive.mimeTypestring Attachment MIME type when available.
sensitive.sizestring Attachment size in bytes when available.