google.script.run not working on Chrome Browser for some users

六眼飞鱼酱① 提交于 2021-01-28 11:12:07

问题


Google Sheets Add-on is erroring on Chrome when running a google.script.run.myFunction(). It runs correctly on Safari and Firefox and an exact copy of the project on another google user account also runs correctly.

Console error message just says uncaught as per the following screenshot:

No error is caught by adding .withFailureHandler() and the execution logs don't show the google.script.run as being run


回答1:


Issue is as described here We're sorry, a server error occurred while reading from storage. Error code PERMISSION_DENIED (logged in to multiple google accounts). Disabling App Script V8 runtime resolves.



来源:https://stackoverflow.com/questions/63681202/google-script-run-not-working-on-chrome-browser-for-some-users

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