create_drive_folder
Create new folders in Google Drive with a specified name and account email. Optionally place the folder inside a parent folder.
Instructions
Create a new folder in Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| folder_name | Yes | Name of the folder to create. | |
| parent_folder_id | No | ID of the parent folder. If not specified, folder will be created in the Drive root. |