Top "Google-api-java-client" questions

The Google APIs Client Library for Java is a flexible, efficient, and powerful Java client library for accessing any HTTP-based API on the web, not just Google APIs.

Cannot resolve import com.google.api.client.json.gson.GsonFactory

Am trying to use the GsonFactory class in my app: StudentApi.Builder builder = new StudentApi.Builder(AndroidHttp.newCompatibleTransport(), new GsonFactory(), …

android android-studio gson google-api-java-client
Invalid grant when accessing Google API

I'm trying to invoke any of the Google API using "Service account" authorization access. I have downloaded ".pk2" file and …

google-api google-api-java-client google-oauth
Maven usage of google api

I'm using the google calendar java API for a project. The calendar part is fine, maven seems to download it …

java maven google-api-java-client
Google Directory API returns Not Authorized when call users().list().execute()

I need to read the list of users (and groups) from my google domain. So I went to my Google …

google-api google-api-java-client google-admin-sdk
What is an example of using OAuth 2.0 and Google Spreadsheet API with Java?

Where is example code showing how to use the Google Data Java Client Library and its support for OAuth 2.0 with …

java oauth google-spreadsheet-api google-api-java-client google-sheets-api
How to POST request to Google Shortener API with Google API Java Client and parse a JSON response?

I want to use the Google Shortener API. I want to use the google api java client library to post …

java google-api-java-client google-url-shortener
Google push notifications - Unauthorized WebHook callback channel

I'm facing problem with Google push notifications (for drive). I use service account which works perfectly for all other drive …

java google-api google-drive-api google-api-java-client
Missing a valid API key about Google Translation API Client issue?

I follow the https://cloud.google.com/translate/docs/reference/libraries#client-libraries-usage-java to get started java client demo. I have …

java google-api google-translate google-api-java-client google-translator-toolkit
Cannot resolve files when importing them Google API's

I'm developing a Glassware for Google Glass. I'm trying to import these files: import com.google.api.client.json.jackson.…

java maven google-api-java-client google-mirror-api google-glass