gapi.auth2.ExternallyVisibleError: Invalid cookiePolicy

前端 未结 4 1459
执念已碎
执念已碎 2020-12-05 22:28

I\'m trying to add a Google Sign In Authentication system to my app, but I keep getting a strange error that I haven\'t seen anyone get. I\'m using EXACTLY the google exampl

4条回答
  •  独厮守ぢ
    2020-12-05 23:00

    As already answered by KoJoVe, you need to run inside a web server. If you are using Python 2.7 you might use python -m SimpleHTTPServer 8000 and then use localhost:8000 on your browser

提交回复
热议问题