Quay lại Microsoft OneDrive
Kết nối Knoon AI với Microsoft OneDrive (Microsoft) để tự động hóa các quy trình làm việc AI.
Export a OneDrive or SharePoint file to another supported format and save it as an attachment. Maximum supported exported file size is 10MB.
microsoftOneDriveExportFileToAttachment
BẢN THỬ NGHIỆM
Quyền hạn
Quyền hạn tùy chọn
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| fileId | file | Select the OneDrive or SharePoint file to export. | Có |
| exportMimeType | mustache | Export MIME type to request from Microsoft Graph. Supported values are "application/pdf" and "text/html". Availability depends on the source file type. | Có |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| status | string | DONE. |
| content | string | Attachment URL. |
| sensitive.sourceFileId | string | Original DriveItem ID. |
| sensitive.sourceMimeType | string | Original source MIME type before export. |
| sensitive.name | string | Name of the saved exported attachment. |
| sensitive.mimeType | string | MIME type of the saved attachment. |
| sensitive.size | string | Size (bytes). |



