Creating and deleting projects
This will teach you how to create a standalone project from Google Drive and how to create a container-bound project for each of the supported containers.
Creating a project from Google Drive
The first time you want to create a script from Drive, follow these steps:
- Open Google Drive.
- Click Create.
- Click Connect more apps.
- When the "Connect apps to Drive" window appears, type "script" into the search box and press the Enter key.
- Click Connect next to the listing for Google Apps Script.
- Click OK in the confirmation window.
Now that you've connected the app, you can create a script by following just these steps:
- Open Google Drive.
- Click Create.
- Select Script.
- Select File > Save.
- Enter the name of your project and click OK to save it.
Creating a project from Google Sites
- Open a Google Site.
- Click More and select Manage Site.
- Click Apps Scripts in the left-hand navigation panel.
- Click Add new script.
- Select File > Save.
- Enter the name of your project and click OK to save the project.
Creating a project from Google Docs, Sheets, or Forms
- Open Google Docs, Sheets, or Forms.
- Select Tools > Script editor.
- Select File > Save.
- Enter the name of your project and click OK to save the project.
Creating a project from the script editor
- Select File > New > Project.
- Select File > Save.
- Enter the name of your project and click OK to save the project.
Deleting a container-bound project
- Open your container-bound project using the appropriate method above.
- Select File > Delete.
- Click Yes to delete the project.
Deleting a standalone project
- Check the checkbox next to your project's name.
- Select More > Move to trash.
Managing files in a project
Creating a file
- Select File > New > Script file.
- Enter the name of the new file and click OK to create it.
Deleting a file
- Click the arrow next to the file name in the left-hand panel.
- Select Delete...
- Click Yes to delete the file.