move_drive_file
Move a file to a different folder in Google Drive. Specify the file ID and destination folder ID to reorganize your files.
Instructions
Move a file to a different folder in Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| file_id | Yes | ID of the file to move. | |
| new_parent_id | Yes | ID of the destination folder. | |
| remove_previous_parents | No | Whether to remove the file from its current folders. If False, the file will be in multiple folders. |