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



