返回 Microsoft OneDrive
将 Knoon AI 与 Microsoft OneDrive (Microsoft) 连接以自动化 AI 工作流。
Read a text-based file from OneDrive into a string.
microsoftOneDriveReadText
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| fileId | file | Select a text-based file to read. | 是的 |
| encoding | string | Encoding used to decode file contents. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| content | string | Decoded file contents as text. |
| sensitive.fileId | string | DriveItem ID. |
| sensitive.name | string | File name. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |



