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.

Access to Google API - GoogleAccountCredential.usingOAuth2 vs GoogleAuthUtil.getToken()

Lately, I have been working a lot with Google APIs on Android especially Analytics, AdSense and Tasks API. I have …

android oauth-2.0 google-api google-api-java-client
How to send an email using Gmail API and Java

I have a Web Service deployed on Openshift. Currently what I'm developing is a kind of sending an automated email …

email jakarta-mail google-oauth google-api-java-client gmail-api
Uploading image from Android to GCS

I am trying to upload an image from Android directly to Google cloud storage. But the API does not seem …

android google-cloud-storage google-api-java-client
Sending POST request using com.google.api.client.http.HttpRequest object in Google API

I have to send POST request with following structure. POST https://www.googleapis.com/fusiontables/v1/tables Authorization: /* auth token …

java post google-fusion-tables google-api-java-client google-oauth
HOWTO create GoogleCredential by using Service Account JSON

I am using the Java SDK for Android Publisher v2 and Oauth2 v2. Once I created the service account I …

android google-play-services in-app-billing subscription google-api-java-client
Get timezone of area with country code in Java

I have to pass a message (jms) with timezone info like (America/Los_Angeles) but I have only country name …

java java-8 timezone google-api-java-client java-calendar
Best way to use Google APIs using OAuth 2.0 on Android

I'm trying to migrate an Android application using OAuth 1.0a to OAuth 2.0. (using the Google API Client Library for Java/…

android oauth-2.0 google-api-java-client
Loading Google API Javascript Client Library into Chrome Extension

I've been trying to wed the google api javascript client library with a chrome extension for a while now, but …

javascript google-chrome-extension google-api-java-client
"Requested entity was not found." - Apps Script Execution API error

We have an Apps Script that is installed in five G Suite accounts. I am invoking the app scripts from …

java google-api-java-client google-apps-script-api