upload_drive_file
Upload a file to Google Drive. Specify the target Google account email, local file path, and optional parent folder ID or MIME type.
Instructions
Upload a file to Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| file_path | Yes | Local path to the file to upload. | |
| parent_folder_id | No | ID of the parent folder. If not specified, file will be uploaded to the Drive root. | |
| mime_type | No | MIME type of the file. If not specified, it will be guessed from the file extension. |