العودة إلى Google Cloud Storage
اتصل بـ Knoon AI مع Google Cloud Storage (Google Cloud) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Download a file from Google Cloud Storage and save it as an attachment.
googleCloudStorageDownloadFileToAttachment
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name containing the file. | نعم |
| objectName | mustache | Full object name to download. | نعم |
| fileName | mustache | Optional override attachment file name. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| 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. |