Microsoft OneDrive öğesine geri dön
Knoon AI'yi Microsoft OneDrive (Microsoft) ile bağlayarak AI iş akışlarını otomatikleştirin.
Read a text-based file from OneDrive into a string.
microsoftOneDriveReadText
BETA
İzinler
İsteğe bağlı izinler
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| fileId | file | Select a text-based file to read. | Evet |
| encoding | string | Encoding used to decode file contents. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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). |



