drive_files_create
Create new files in Google Drive with metadata and optional local file uploads. Manage documents, spreadsheets, and other file types directly through Google Workspace integration.
Instructions
Create a new file in Google Drive. Use with bodyParams for metadata and optionally upload a local file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to return (e.g. "id,webViewLink") | |
| name | Yes | File name | |
| mimeType | No | MIME type (e.g. "application/vnd.google-apps.document") | |
| parents | No | Parent folder IDs (JSON array as string, e.g. '["folderId"]') | |
| uploadPath | No | Local file path to upload |