Microsoft OneDrive に戻る
Microsoft OneDrive (Microsoft) と Knoon AI を接続して 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). |



