ย้อนกลับไปยัง 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). |



