Use for general questions about the structure of Google Apps Script projects and their resources; about switching to and managing default and standard Google Cloud Platform Projects (use with [google-cloud-platform]); about the OAuth client verification process (use with [google-oauth]).
Questions tagged [google-apps-script-project]
3 questions
1
vote
1 answer
Does having multiple Google Apps Script projects slow down execution time?
I am creating a new Google Apps Script projects for clients of mine. These projects are only owned and managed by my single Google Account. These Apps Script projects are duplicates of each other with changes in document IDs. I have a total of 6…

AJ Aviles
- 9
- 2
1
vote
1 answer
Issue with scopes when switching Google Apps Script projects to V8 runtime
Due to Google Apps Script forcefully pushing "Rhino" to "V8" engine, Applications are moving from Rhino to V8 automatically. So our applications are asking "scopes" that need to be specified manually in "appscript.json" file.
Please check the below…
0
votes
1 answer
Max number of script in a spreadsheet
In my spreadsheet, I have inserted 35 project in GAS to generate google doc from the same sheet with the placeholder present in the docs.
The script takes the fields from each row in the sheet the script is contained in and using a Google Doc…
user13674515