Apps script First Project
Apps Script is a scripting platform.It used to develope web application and some small level application.
Apps script support most of G suite applications
The app script used to develop webpages, webapp, etc..
The program is written in Javascript.
Apps scripts mostly used these kind of apps like Calendar, Docs , Drive ,Gmail, Sheets, slides, Calendar, and more.
Apps Script supports two JavaScript runtimes, One is V8 runtime and another is old runtime.
The old runtime by Mozilla's Rhino and it's a JavaScript interpreter.
Apps Script First Project
First need an one gmail account or any G suite accounts.
Normal gmail account features is very low.it is some limitation of features.
But Gsuite or business account to Access so many features..
How to create first project
Step 1 - Go to drive
Step 2 - Right click to create new script file
(If script file is not enable then go to add more options to add a script features foy a drive)
Step 3 - open script file
Step 4 - type program and save.
Step 5 - Run the program
No comments