Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy Google App Script as API Executable logged in as Editor

I've noticed that only the Owner of a Google App Script is able to Publish > Deploy as API Executable the App Script. When any other users that has been added as an Editor tries to do the same, they get an error Failed to retrieve script's execution endpoint information.

Is there a way to allow other team members with editor rights to the App Script perform the Publish > Deploy as API Executable?

like image 320
EthanS Avatar asked Jul 19 '26 00:07

EthanS


1 Answers

Please try setting devmode:false.

As mentioned in Using the Execution API, if devmode is true, only the owner of the script can execute in development mode.

You may also refer to this SO post for additional information on why you encountered the error.

like image 70
Teyam Avatar answered Jul 22 '26 06:07

Teyam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!