返回 Google Cloud Storage
將 Knoon AI 與 Google Cloud Storage (Google Cloud) 連接以自動化 AI 工作流程。
Create or overwrite a UTF-8 text file in a Google Cloud Storage bucket.
googleCloudStorageUploadText
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name to upload into. | 是的 |
| objectName | mustache | Destination object name including file name (e.g. "exports/report.json"). | 是的 |
| mimeType | mustache | Optional MIME type for the text file (e.g. "text/plain", "application/json"). Defaults to "text/plain". | 否 |
| content | mustache | UTF-8 text content to upload. | 是的 |
| cacheControl | mustache | Optional Cache-Control value to store with the object. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | UPLOADED or ERROR. |
| sensitive.bucket | string | Bucket containing the uploaded object. |
| sensitive.name | string | Uploaded object name. |
| sensitive.contentType | string | Stored object content type when available. |
| sensitive.size | string | Stored object size in bytes as a string when available. |
| confidential.mediaLink | string | Media download link when returned by Google Cloud Storage. |