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

前端 未结 6 915
感情败类
感情败类 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:04

    I had the same problem of permissions and I solved it by changing the status of my google sheet to public. Now I can read data using GET method

提交回复
热议问题