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