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.

How do I request paginated BigQuery query results using pageTokens with the Google Client lib for Java?

I want to run BigQuery queries with thousands of rows of total results, but I only want to retrieve a …

google-bigquery google-api-java-client
How to get user profile on Google API using the JAVA library?

I have a Java ClientRequest to the Google API that returns a json containing the profile based in an access_…

java google-app-engine google-api google-api-java-client userinfo
java google custom search api

I'm trying to use the java client for the Google custom search api but couldn't find any sample tutorials on …

java search google-api-java-client
How to send a POST request with JSON data using google api client library for java?

I'm trying to send a post request using the google api client library but not able to succeed. This is …

android json http-post httprequest google-api-java-client
Android: What is transport and jsonFactory in GoogleIdTokenVerifier.Builder?

in the blow code, whats is transport and jsonFactory ? (I do not understand) https://developers.google.com/identity/sign-in/android/…

android android-studio authorization google-api-java-client google-signin
Using Google Cloud Storage JSON api in android

I want to upload image on Google Cloud Storage from my android app. For that I searched and found that …

android json google-cloud-storage google-api-java-client
Fail to download file using Google Document List + oAuth REST protocol

By using the following tool oAuth Playground, and following the documentation Google Documents List API version 3.0. Here is what I …

oauth-2.0 google-docs-api google-drive-api google-api-java-client oauth2-playground
Google Admin SDK 403 Not Authorized to Access this Resource/API

I use the following code in a java web application to try to get all users of a group: GoogleCredential …

google-api google-api-java-client google-admin-sdk google-oauth
StorageServiceAccountSample application reports "KeyStore JKS implementation not found"

The very first line of StorageServiceAccountSample HTTP_TRANSPORT = GoogleNetHttpTransport.newTrustedTransport(); causes the "KeyStore JKS implementation not found": W/System.err(20142): …

android google-api-java-client
Stored Credential from Google API to be reused using Java

I have successfully authorized my desktop application. It stores a file called StoredCredential. In order to not have to keep …

java google-api google-api-java-client