Wróć do Microsoft OneDrive
Połącz Knoon AI z Microsoft OneDrive (Microsoft), aby zautomatyzować przepływy pracy AI.
Read a text-based file from OneDrive into a string.
microsoftOneDriveReadText
BETA
Uprawnienia
Uprawnienia opcjonalne
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| fileId | file | Select a text-based file to read. | Tak |
| encoding | string | Encoding used to decode file contents. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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). |



