move_file
Moves a file to a specified folder or to the root directory for reorganization.
Instructions
Move a file to a different folder. Set folderId to null to move the file to the root directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The unique identifier of the file to move | |
| folderId | No | The destination folder ID. Use null or omit to move to root. |