Move OneDrive Folder
folder_moveMove an OneDrive folder to a new parent folder by providing folder ID, destination folder ID, and account ID.
Instructions
✏️ Move an OneDrive folder to a different parent (requires user confirmation recommended)
Moves a folder to become a child of a different parent folder.
Args: folder_id: The folder ID to move destination_folder_id: The destination parent folder ID account_id: Microsoft account ID
Returns: Updated folder object with new parentReference
Raises: ValueError: If folder_id or destination_folder_id is invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| destination_folder_id | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||