Atrás a Google Cloud Storage
Conectar Knoon AI con Google Cloud Storage (Google Cloud) para automatizar flujos de trabajo de AI.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | Sí |
| objectName | mustache | Full object name to download. | Sí |
| fileName | mustache | Optional override attachment file name. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |