Top "Google-oauth-java-client" questions

For questions about the use of the Google OAuth Client Library for Java.

Getting a 403 - Forbidden for Google Service Account

I am trying to get an access token for Google Service Account. Following is my code - String SERVICE_ACCOUNT_…

google-api google-apps google-oauth google-api-java-client google-oauth-java-client
Is "Authorized redirect URI" mandatory when setting up a new clientId under google developers console?

The authorized redirect URI is used by google to do a callback to pass the authorization token. It is also …

google-api google-oauth google-oauth-java-client
How to fix the "Malformed auth code" when trying to refreshToken on the second attempt?

I'm developping an Android App with Angular and Cordova plugins and I want to integrate it with Google Authentication. I …

cordova oauth-2.0 cordova-plugins google-oauth google-oauth-java-client