Google Cloud Storage に戻る

Google Cloud Storage (Google Cloud) と Knoon AI を接続して 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.