Microsoft OneDrive로 돌아가기
Knoon AI를 Microsoft OneDrive (Microsoft)과 연결하여 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
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fileId | file | Select the OneDrive or SharePoint file to export. | 네 |
| 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. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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). |



