Google App Script - How-to
Google Apps Script is a rapid application development platform that makes it fast and easy to create business applications that integrate with G Suite. You write code in modern JavaScript and have access to built-in libraries for favorite G Suite applications like Gmail, Calendar, Drive, and more. There's nothing to install—we give you a code editor right in your browser, and your scripts run on Google's servers.
TABLE OF CONTENT
Set it up
- Google App Script comes together with the following GSuite products (which is known as the container for Google App Script):
- Google Sheets
- Google Docs
- Google Slides
- Google Forms
- You can easily access the Google App Script from these containers.
- For Google Sheets:
- From the Menu bar → Tools → Script editor
- A new browser tab will be launched to script.google.com.
- From the Menu bar → Tools → Script editor
- For Google Docs:
- From the Menu bar → Tools → Script editor
- From the Menu bar → Tools → Script editor
- For Google Slides:
- From the Menu bar → Tools → Script editor
- From the Menu bar → Tools → Script editor
- For Google Forms:
- From the "Kebab Menu" → Script editor
- From the "Kebab Menu" → Script editor
- For Google Sheets:
Permission required for the containers
You will require at least "Editor" permission on the containers in order to have access to the Script editor (Google App Script).
The best way to get IT support is to use the new
Service One Platform.




