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

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

    You just have to add the service account user as an editor on the project

    The email from the service account to add looks something like this {project-name}@{project-name}.iam.gserviceaccount.com

提交回复
热议问题