חזרה אל 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). |



