Google Drive로 돌아가기
Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Download a file from Google Drive. Maximum supported file size is 10MB.
googleDriveDownloadFileToAttachment
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fileId | file | Select the Google Drive file to download as an attachment. The file must not exceed 10MB. | 네 |
| fileName | mustache | Optional. Override the attachment file name (e.g. "invoice-123.pdf"). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| content | string | Attachment. |
| sensitive.name | string | Name of the saved attachment. |
| sensitive.mimeType | string | MIME type of the saved attachment. |
| sensitive.size | string | Size (bytes). |




