move_drive_folder
Move a Google Drive folder to a new parent folder. By default, the folder is removed from its original location.
Instructions
Move a folder to a different location in Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| folder_id | Yes | ID of the folder to move. | |
| new_parent_id | Yes | ID of the destination folder. | |
| remove_previous_parents | No | Whether to remove the folder from its current parent. If False, the folder will be in multiple locations. |