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
Server side authorization with Google Play Developer API?

Authorization is required to fetch information from the Google Play Developer API. I know how to do this with Postman, …

google-api google-oauth google-oauth-java-client
Error 401 requesting access token from Google with Oauth2

I am writing a Java client side application which needs to access the Google tasks API. I am following the …

java google-oauth google-oauth-java-client