Πίσω στο 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). |



