Why does my apps script deployed as API executable return Permission Denied?

前端 未结 6 918
感情败类
感情败类 2020-11-27 18:29

I created a script in the script editor, published it as a \"Deploy as API executable\". Inside this script, I provided a doc_id to my sheet and defined a function to get da

6条回答
  •  感动是毒
    2020-11-27 19:07

    Even with everything okay, you can get that error by "devMode":true. Thanks to this, I wasted half a day when I tried to deploy for other users.

    Just for the future reference.

提交回复
热议问题