Move File
file_moveMove a file to a different folder in OneDrive. Provide file ID, destination folder ID, and account ID.
Instructions
✏️ Move a file to a different folder (requires user confirmation recommended)
Moves a file to a different parent folder within OneDrive.
Args: file_id: The file ID to move destination_folder_id: The destination folder ID account_id: Microsoft account ID
Returns: Updated file object with new parentReference
Raises: ValueError: If file_id or destination_folder_id is invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| destination_folder_id | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||