Reputation: 884
While trying to share a private hangout app, I am getting the following error:
You need to create an OAuth client ID in the Developer Console before you can share this app.
In the Google Developers Console, I went to New Credentials > Help Me Choose, and selected:
This led me to create a browser key, which I did.
This does not fix the original error though. I also tried New Credentials > OAuth client ID > Web Application, but this requires an Authorized redirect URI.
Since the hangout app itself consists of a single xml file, it feels a bit excessive needing to write a web application to handle the oauth callback.
Upvotes: 0
Views: 133
Reputation: 884
It looks like Help Me Choose creates the wrong credentials for a Hangout App.
Instead, this worked for me:
Upvotes: 1