Google Cloud Storage로 돌아가기
Knoon AI를 Google Cloud Storage (Google Cloud)과 연결하여 AI 워크플로우를 자동화하세요.
Upload an attachment into a Google Cloud Storage bucket at the specified object path.
googleCloudStorageUploadAttachment
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| bucketName | mustache | Google Cloud Storage bucket name to upload into. | 네 |
| objectName | mustache | Destination object name including path and file name (e.g. "attachments/invoice-123.pdf"). | 네 |
| content | attachment | Attachment file 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. |