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.
We have a standalone Java application (see "Installed application") which runs periodically and uses Google API (updates some information from …
security google-api oauth-2.0 google-api-java-client google-oauthI'm using google-api-client-java 1.2.1-alpha to execute a POST request, and am getting the following stacktrace when I execute() the HttpRequest. …
java httpclient google-api-java-clientI am getting the following error while accessing Google Play Developer API using a service account: The project id used …
google-api google-api-client google-api-java-clientFirst, let me explain what I am trying to do, as this is a two part question. I am building …
oauth-2.0 google-calendar-api google-oauth google-api-java-clientI use GSuite and I'm coding a very simple web app to use Google Auth API, and I get an …
javascript google-chrome google-api-client google-api-java-clientI am getting an error when I try to refresh access token: 400 Bad Request {error : "unauthorized_client"} From the Google …
google-api oauth-2.0 google-api-java-clientWe have a google corporate account and need to transfer ALL of a user's google drive files to another account …
google-drive-api file-permissions google-api-java-client file-sharingI tried running the quickstart-sample, and this dependency: <dependency> <groupId>com.google.apis</groupId> &…
java google-drive-api google-api-java-clientI 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-clientI'm trying to write a Java program that uses Google's Custom Search API to retrieve search results. As a first-time …
google-api-java-client google-custom-search