返回 Microsoft OneDrive
將 Knoon AI 與 Microsoft OneDrive (Microsoft) 連接以自動化 AI 工作流程。
Move a OneDrive or SharePoint file to another folder, with optional rename.
microsoftOneDriveMoveFile
測試版
權限
可選權限
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| fileId | file | Select the file to move. | 是的 |
| destinationFolderId | file | Select the destination folder. | 是的 |
| newFileName | mustache | Optional. Rename the file while moving (e.g. "report-final.pdf"). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | MOVED or ERROR. |
| sensitive.fileId | string | DriveItem ID. |
| sensitive.name | string | File name after move. |
| sensitive.mimeType | string | File MIME type. |
| sensitive.size | string | Size (bytes). |
| sensitive.parentReference | object | Parent reference metadata after move. |
| confidential.webUrl | string | Web URL to open the item (if available). |



