Stopping the error “Authorisation is required to perform that action” in Google Apps Script

后端 未结 1 464
不思量自难忘°
不思量自难忘° 2020-12-09 15:14

I keep getting this error message when I try to view my deployed app.

Authorisation is required to perform that action

How do I

相关标签:
1条回答
  • 2020-12-09 15:39

    You need to go the script editor and attempt to run any function manually first.

    A first authorization popup is shown when you first deploy as web app, but if you go and change the code accessing new services you have to re-authorize it.

    0 讨论(0)
提交回复
热议问题