Tillbaka till Microsoft OneDrive
Anslut Knoon AI med Microsoft OneDrive (Microsoft) för att automatisera AI-flöden.
Read a text-based file from OneDrive into a string.
microsoftOneDriveReadText
BETA
Behörigheter
Valfria behörigheter
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| fileId | file | Select a text-based file to read. | Ja |
| encoding | string | Encoding used to decode file contents. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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). |



