Takaisin Google Cloud Storage -kohtaan
Yhdistä Knoon AI kohteen Google Cloud Storage (Google Cloud) kanssa automatisoidaksesi AI-työnkulut.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Kyllä |
| objectName | mustache | Full object name to download. | Kyllä |
| fileName | mustache | Optional override attachment file name. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| status | string | DONE when the file is downloaded successfully. |
| content | string | Attachment. |
| sensitive.bucket | string | Bucket containing the downloaded object. |
| sensitive.objectName | string | Downloaded object name. |
| sensitive.fileName | string | Attachment file name. |
| sensitive.mimeType | string | Attachment MIME type when available. |
| sensitive.size | string | Attachment size in bytes when available. |