google-api-java-client Questions
4
Solved
My goal is to test out google's orchestrator and the compute engine api by first retrieving a list of active instances. The orchestrator project including the servlet file is stored in a jar.
I'm...
Sedative asked 2/7, 2014 at 18:7
5
Solved
I am getting an error when I try to refresh access token:
400 Bad Request
{error : "unauthorized_client"}
From the Google token URI:
{
"error" : "invalid_request"
}
I read this answe...
Pereyra asked 14/12, 2012 at 2:54
4
I am trying to use Google Custom Search API for research purposes in Java. As a result I'm gonna need a big result set for each query. However it seems that I'm limited with first 100 results which...
Pious asked 1/12, 2015 at 22:38
6
Solved
My question is similar to this one. However, I am using the API Java Client Library with a service account, making calls to the API from my server.
My code is following this guide, which is very s...
Hellenism asked 5/9, 2017 at 12:39
2
Solved
I want to run BigQuery queries with thousands of rows of total results, but I only want to retrieve a page of 100 results at a time (using the maxResults and pageToken parameters).
The BigQuery AP...
Nafis asked 11/2, 2013 at 7:36
3
I've been working on a little project that connects to the user's Gmail inbox and reads the mails using google-api-client 2.0.0 and google-api-services-gmail version v1-rev20220404-2.0.0
When I try...
Fennel asked 23/9, 2022 at 10:34
3
Solved
There is a project which depends on google-api-client and google-api-services-drive.
google-api-client verion looks like this: 1.23.0, and there is a changelog on github for this library.
google-ap...
Paz asked 11/5, 2022 at 15:58
4
I have a requirement of creating a google calendar event on a calendar and add other users as attendees to that event. The objective is to send calendar events to the application users without taki...
Eichhorn asked 19/12, 2020 at 10:37
7
Solved
Currently, I'm having experience that, a piece of code, which makes use of Google Drive API is running fine without introducing ProGuard.
However, after introducing ProGuard, I'm getting the follo...
Scyros asked 19/1, 2013 at 2:20
4
Solved
I have a Web Service deployed on Openshift. Currently what I'm developing is a kind of sending an automated email at a certain point, using my Gmail account.
So I have been documenting myself for...
Conscious asked 19/10, 2014 at 17:24
2
tl;dr A Drive API call returns a failure status (403) even though the request was successfully processed.
I insert 100 files in a loop. For this test I have DISABLED backoff and retry, so if an ins...
Yeryerevan asked 2/9, 2013 at 18:11
5
Solved
I have an application I deploy on appengine using java8.
Lately when I tried deploying I get this error on run time:
Uncaught exception from servlet
java.lang.NoSuchMethodError: com.google.api.cli...
Zenas asked 21/1, 2021 at 11:49
2
Solved
I have a Java ClientRequest to the Google API that returns a JSON containing the profile based on an access_token. The URL is:
https://www.googleapis.com/oauth2/v1/userinfo?access_token=ya29.1.AADt...
Shilling asked 19/3, 2014 at 19:53
8
I am getting the following error while accessing Google Play Developer API using a service account:
The project id used to call the Google Play Developer API has not been linked in the Google Pl...
Dongdonga asked 25/8, 2014 at 7:43
5
Solved
Am trying to use the GsonFactory class in my app:
StudentApi.Builder builder = new StudentApi.Builder(AndroidHttp.newCompatibleTransport(), new GsonFactory(), null);
but it says cannot resolve s...
Longhand asked 25/4, 2015 at 7:18
6
I'm facing problem with Google push notifications (for drive). I use service account which works perfectly for all other drive operations except drive changes watch.
Below is application code whi...
Berkin asked 29/5, 2014 at 8:15
2
I want to upload image on Google Cloud Storage from my android app. For that I searched and found that GCS JSON Api provides this feature. I did a lot of research for Android sample which demonstra...
Ervin asked 22/2, 2014 at 11:37
4
Solved
in the blow code, whats is transport and jsonFactory ? (I do not understand)
https://developers.google.com/identity/sign-in/android/backend-auth#using-a-google-api-client-library
import com.googl...
Kc asked 11/5, 2016 at 19:52
6
Solved
I am trying to upload an image from Android directly to Google cloud storage. But the API does not seem to work. They have some Java samples which are tied to the App engine. I don't see any sample...
Gissing asked 1/8, 2013 at 18:56
5
Solved
I follow the https://cloud.google.com/translate/docs/reference/libraries#client-libraries-usage-java to get started java client demo.
I have already set authentication json file to the environment ...
Text asked 20/3, 2018 at 8:57
4
Solved
@Override
protected List< String > doInBackground( Void... params )
{
try
{
//This line below is the cause of the insufficient permissions error
ListMessagesResponse messagesWithLabe...
Gentilism asked 5/11, 2015 at 0:7
2
I would like to make an API call to retrieve Google Shopping result (basically the price of the product)
I logged in to Google Custom Search, created a new Search engine called General, and chose i...
Guib asked 12/2, 2015 at 19:4
0
Hello all.
I have been assigned the task of fetching unanswered emails from the inbox of each member of our Google domain using Spring Boot, but I haven't been able to do it.
In first place, I n...
Nagel asked 16/6, 2020 at 0:10
1
Hi, everyone.
I have been trying to use Google Drive API for getting a list with the action items assigned in all files (docs or spreadsheets) in my company's domain using Spring Boot and the goo...
Cosmetician asked 4/6, 2020 at 15:37
1
Solved
I want to run an application (on AWS Lambda) periodically that fetches reports using Youtube's reporting API and stores the reports in a database. I'm the owner of the Youtube channel.
However, I'...
Threatt asked 28/5, 2020 at 2:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.