How can I bypass “Sign in with Google temporarily disabled for this app” in a Google Sheets script?

烂漫一生 提交于 2020-02-05 03:36:22

问题


I'm attempting to use a script in a google sheet I've used in the past, and suddenly while trying to make a new sheet with this code, I'm getting a new error that is seemingly impossible to bypass.

"Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In."

Normally, or at least every time I have used this script in the past, there has been an "advanced" and "continue anyway" option.

"This app isn't verified yet

"Advanced > Continue to Untitled Project (Unsafe)"

This is the code.gs script [gitlab link], how can I bypass this saftey check, and continue using this script as needed?

And for reference, these are the instructions for the whole project on git lab,


回答1:


Unfortunately, there's no direct solution for the issue you are encountering.

According to the issue from Issue Tracker, the error you are encountering may be due to this cause:

  • an external user runs the script with sensitive scopes

A possible solution:

  • run the script from Incognito Mode and remove the project's permissions from myaccount.google.com/permissions

Ultimately, if this still doesn't solve your issue you can star the issue on Issue Tracker here.



来源:https://stackoverflow.com/questions/59672745/how-can-i-bypass-sign-in-with-google-temporarily-disabled-for-this-app-in-a-go

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