drive_upload
Uploads a local file to Google Drive. Optionally specify a target folder; otherwise uses the default. Returns the file ID of the created document.
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 |
|---|---|---|---|
| local_path | Yes | ||
| name | Yes | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||