العودة إلى Microsoft OneDrive
اتصل بـ Knoon AI مع Microsoft OneDrive (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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). |



