drive_upload
Upload a local file to Google Drive. Optionally specify a folder ID to save the file in a specific location.
Instructions
Upload a local file to Drive. Requires user confirmation before calling.
If folder_id is omitted, uploads to the configured default parent folder.
Returns dict with key: id (created Drive file ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder_id | No | ||
| local_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||