Microsoft OneDrive に戻る
Microsoft OneDrive (Microsoft) と Knoon AI を接続して 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). |



