返回 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). |




