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

假如想象 提交于 2019-11-27 17:25:11

问题


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

Authorisation is required to perform that action

How do I get around the error?

Services in use in the script:

  • ScriptDB
  • UiApp

(I think that is all)

I can't find the answer in the documentation, so I would be very grateful for some help.


回答1:


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.



来源:https://stackoverflow.com/questions/11421055/stopping-the-error-authorisation-is-required-to-perform-that-action-in-google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!