Google Drive로 돌아가기
Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Read the contents of a text-based file (e.g. JSON, plain text, Markdown) from Google Drive as a string. Maximum supported file size is 10MB.
googleDriveReadText
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fileId | file | Select the Google Drive file to read. The file must be text-based and must not exceed 10MB. | 네 |
| encoding | string | Encoding used to decode file contents. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| content | string | File contents decoded as text. |
| sensitive.fileId | string | Google Drive file ID. |
| sensitive.name | string | Name of the file. |
| sensitive.mimeType | string | MIME type of the file. |
| sensitive.size | string | Size (bytes). |




