python - Migrating OpenID to OAuth2.0 in Google AppEngine -


as of april 20th deprecation of google apis, our google appengine app has stopped working.

going from: https://svusdnewstudent.appspot.com/login

to: https://svusdnewstudent.appspot.com/_ah/login_redir?claimid=https://www.google.com/accounts/o8/id&continue=https://svusdnewstudent.appspot.com/main

i error: server error 500. there no errors listed in logs in developer console. believe using wrong api , don't know how migrate it. i've tried searching migration tutorials don't make sense me or don't seem apply particular situation. i'm not web developer, i'm network specialist, i'm iffy on these things. guy stuff isn't around anymore.

i have access python files, know how download, change , publish app itself, believe needs sorted in developer console, though wrong.

if trying make work, need read through google's documentation on how migrate, here.

they suggest using javascript api, google sign-in websites. have done on website, have run several issues simple implementation, see questions here , here more info.

i hope helps.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -