create_script_project
Create a standalone or container-bound Apps Script project in Google Drive. Specify a title and optionally a parent Drive ID to bind the script to a Sheet, Doc, Form, or Slides file.
Instructions
Create a new (standalone or container-bound) Apps Script project.
Side effects: creates a new Apps Script project in Drive. Pass a parent_id of a Sheet/Doc/Form/Slides file ID to create a bound script; omit for a standalone script. To add files afterwards use update_script_content. Requires the script.projects OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| title | Yes | Display title for the new project. | |
| parent_id | No | Optional Drive ID of the container (Sheet/Doc/Form/ Slides) the script is bound to. Omit for a standalone project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |