Takaisin Microsoft OneDrive -kohtaan
Yhdistä Knoon AI kohteen Microsoft OneDrive (Microsoft) kanssa automatisoidaksesi AI-työnkulut.
Read a text-based file from OneDrive into a string.
microsoftOneDriveReadText
BETA
Oikeudet
Valinnaiset oikeudet
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| fileId | file | Select a text-based file to read. | Kyllä |
| encoding | string | Encoding used to decode file contents. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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). |



