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. |