Questions tagged [google-apps-script-api]

DO NOT USE THIS TAG ALONE. Use for questions regarding programmatic manipulation of Google Apps Scripts through the REST-Google Apps Script API. Use in addition to the language tag (like [python], [java], [c#]) and the google-api library tag(like [google-api-java-client]) that is used to do the said manipulation.

The Apps Script API offers programmatic control of Google Apps Script projects to 3rd party applications via a REST API. It is an extension of the previous "Execution API," now enabling client applications to perform actions that were previously only available inside the Apps Script editor, such as create projects or manage deployments.

221 questions
2
votes
1 answer

How to authorize scope for GAS to edit Google Spreadsheets

I have a Powershell script that calls a Google App Script function. When I run the Powershell script I can see the following error on the Error Reporting on my GCP project: Exception: You do not have permission to call…
2
votes
3 answers

Which are the right scopes to run request on Apps Script API

I'm using Apps Script API to run a function with the service account's credential. I added all scopes required in Rest resource API https://developers.google.com/apps-script/api/reference/rest/v1/scripts/run. But when i run this script below it…
2
votes
1 answer

Passing data to Google Apps Script from Python. What is wrong?

Here is my Python side. ... SCRIPT_ID = '