drive_move
Move a file to a different folder in Google Drive by specifying the file ID and the new parent folder ID.
Instructions
Move a file to a different folder in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file to move | |
| newParentId | Yes | The ID of the new parent folder | |
| removeFromCurrent | No | Remove from current parent (default: true) |