-1

As of April 20th with the deprecation of certain 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 get an Error: Server Error 500. There are no errors listed in the logs in the developer console. I believe it is using the wrong API and I don't know how to migrate it. I've tried searching all the migration tutorials but they don't make sense to me or don't seem to apply to this particular situation. I'm not a web developer, I'm a network specialist, so I'm iffy on these things. The guy who would do this stuff normally isn't around anymore.

I have access to all the python files, I know how to download, change and publish the app itself, but I believe this is something that needs to be sorted in the developer console, though I could be wrong.

Cameron M
  • 3
  • 1
  • 2
    It's funny how companies don't change this in advance. Now regarding the issue itself, this question is too broad. I suggest hiring a programmer if you guys don't have the expertise or posting the specific piece of code that pertains to the URL call in question. – krisdestruction Apr 24 '15 at 21:32

1 Answers1

0

If you are trying to make this work, you will need to read through Google's documentation on how to migrate, here.

They suggest using their JavaScript API, Google Sign-In for Websites. I have done this on my website, but have run into several issues with a simple implementation, see my questions here and here for more info.

I hope this helps.

Community
  • 1
  • 1
Blair Connolly
  • 554
  • 2
  • 6
  • 20