drive_create_file
Create a new file in Google Drive, optionally as a Google Doc, by providing name, content, and folder ID.
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 |