drive_create_file
Create a new file in Google Drive, optionally as a Google Doc, with specified name, content, folder, and MIME type.
Instructions
Create a new file in Drive. Set as_google_doc=True to create a Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | No | ||
| folder_id | No | ||
| mime_type | No | text/plain | |
| as_google_doc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |