I have built a working Hangout On Air Extension which Im not able to publish to the store due to not being able to create oAuth 2.0 client ID with right values.
When I tried to save the API setting with below configuration and Make public checked i get an error as below,
Server Error Whoops! Our bad. Please try again. If the problem persists, please let us know using the "Send feedback" link below. Thanks!
I have gone through THIS and THIS links but I think they both are outdated.
- I have already verified my account at Chrome Web Store which is also the owner of the app.
- On the Google Developers Console I have Google Plus API and Hangout API selected for the project. HoA API has been set to point an xml hosted over HTTP server
- Create a client ID - This is where Im stuck. I have tried to create oAuth 2.0 client Id for Web application with Authorized JavaScript origins and Authorized redirect URIs set to empty - as i dont know what to put and i am not using any of these.
Additional OAuth scopes is set to empty as currently. I did set it to below three but it didn't help.
https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/hangout.av https://www.googleapis.com/auth/hangout.participants.
Can you help me set up oAuth right so that i can push this to store?
Update: The error i get is same as THIS which i stumbled upon later.