Google Apps Script personal script won't authorize

筅森魡賤 提交于 2019-12-14 03:46:35

问题


I've previously had google apps scripts using the UrlFetchApp no problem.

Yesterday I've created a new one and I can't run any functions whatsoever if I include the UrlFetchApp object - even if it's commented out!

When I try to run the script I get the usual "permissions" pop up. But when I give my consent I get

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

...

This is personal script and Im the only person who will be using it - what are my options? I'm not going to go and obtain a domain just to go through verification just to run a small simple script...

来源:https://stackoverflow.com/questions/58970409/google-apps-script-personal-script-wont-authorize

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