root
root

Reputation: 80436

Google hangout url returning 404

I have a hangout app that was made public about a month ago. Since yesterday launching the app has stopped working -- whenever I try to redirect the user to the hangout, it is followed by a 404 response. The same happens when I click on the the hangout link directly under developers console (https://hangoutsapi.talkgadget.google.com/hangouts?gid=< MY_ID >). I can't find any api changes or other clues that would point to the cause of the problem. Any ideas?

Upvotes: 4

Views: 2681

Answers (2)

New to Rails
New to Rails

Reputation: 2942

Ya I faced the same problem. I sorted it out by using the following url format

https://plus.google.com/hangouts/_/?gid=<Your_ID>

Upvotes: 3

Related Questions