Official documentation for the Google API Client Library for Java is available at http://code.google.com/p/google-api-java-client/

learn more… | top users | synonyms

1
vote
1answer
26 views

Error connecting to Google Calendar

I'm trying to connect to Google Calendar using Oauth 2.0. Two days ago worked fine, however now throws an exception: "Caused by: java.lang.NoSuchMethodError: ...
0
votes
1answer
22 views

calendar-android-sample v1.15.0-rc, API KEY necessary?

When running the calendar-android-sample app I'm getting 'Access Not Configured.'. Assume the API KEY is required, but I'm not seeing where to put the API KEY in the calendar-android-sample source ...
0
votes
0answers
20 views

Upgrade google-api-java-client 10.3 to 15.0rc

I'm using Google Api Java Client for login with Service Account (https://code.google.com/p/google-api-java-client/wiki/OAuth2#Service_Accounts) to my application, but when I want to upgrade to 15.0rc ...
-1
votes
0answers
16 views

How to handle insufficient data written in google drive

How to handle insufficient data written exception when i m uploading files/folders in google drive, using java. Regard Satish
0
votes
0answers
18 views

Changing permissions to Google Drive with task queues and Oauth 2.0

We implement a functionality based in Task queues in Google App Engine Java (10 queues) adding and deleting permissions from Google Drive, but I have an strange problem, issue. After doing some ...
0
votes
1answer
28 views

Issue with Google Contacts API

I'm running an issue with gwt-oauth and Google contacts API. I use gwt-oauth to login and everything works fine. While running the RPC for retrieving the contacts I get WARNING: Authentication ...
0
votes
1answer
27 views

Fusion table api migration

I am using fusion table APIs to insert/update data in my table. Last week I migrated my API to new version v1 as referred in this sample. But now, when I run the code, the following error displayed. ...
0
votes
1answer
42 views

How to use the com.google.api.client.extensions.appengine.http.UrlFetchTransport to get an index.html

I don't know how to use this API to get an index.html Please show me a sample. This is my complete code, HTTP error 500 package com.webrt; import java.io.IOException; import javax.servlet.http.*; ...
0
votes
1answer
43 views

how to recive url after upload to youtube and how to search by developer tag (version v3)

my app upload video to youtube, i need after the upload to recive url and search by developer tag. i'm use this way https://developers.google.com/youtube/v3/docs/videos/insert to upload videos. i ...
0
votes
2answers
134 views

Connection to google Play Services Failed

i trying to upload video using this YouTube Direct Lite App for Android project https://code.google.com/p/ytd-android/ I performed all the steps mentioned in the link. the appliction run in my ...
0
votes
1answer
57 views

Transfer ownership for ALL files in user's google drive - using google-api-java-client and the Drive SDK

We have a google corporate account and need to transfer ALL of a user's google drive files to another account in certain instances. We want to do what is described at the following link for "all ...
1
vote
1answer
85 views

How to authorize URL shorten request using Google URL Shortener API for Java

I'm developing GAE application that needs to send authorized shorten URL requests, so they show up in users http://goo.gl dashboard. I'm using Google URL shortener API for Java library ...
0
votes
1answer
24 views

Java - Check if user is domain admin of google apps domain

I want to know if he given user is admin of google apps domain or not. getting a list of domain admins will also do. userService.isUserAdmin() gives user admin of google app engine which I don't ...
0
votes
1answer
53 views

how to upload video to youtbue using YouTube Direct Lite App for Android

i'm try to upload video from youtube without using intent in my previous Q using youtube data in android project Ibrahim Ulukaya Proposed to use in his example ...
0
votes
1answer
39 views

oAuth 2.0 for google apps audit api

I am using following method to get oAuth credentials for google apps audit api String CONSUMER_KEY = "CONSUMER_KEY"; String CONSUMER_SECRET = "CONSUMER_SECRET"; GoogleOAuthParameters ...
0
votes
1answer
69 views

code for upload video to youtube without using intent

my goal is to upload YouTube video, and after get the URL, then do a search by key developer. someone have a code or example of upload video to youtube without using intent and tell us which jar ...
0
votes
2answers
57 views

access denied (java.io.FilePermission \images\849cfc1ab7e594e7dba28cfdf37cf9bea87c5de2-privatekey.p12 } in google app engine using drive api

Fed up with this err access denied (java.io.FilePermission \images\849cfc1ab7e594e7dba28cfdf37cf9bea87c5de2-privatekey.p12 } in google app engine using drive api I am trying to access drive api using ...
1
vote
0answers
23 views

HTTP 400 when inserting new subscription for Google Apps Marketplace application

I'm trying to insert a new subscription mainly to change the seatCount for the license. I'm using v2 licensing API and here is the code : AppsMarketService service = new AppsMarketService(); ...
0
votes
1answer
66 views

upload video to youtube from android using google-api-java-client 1.14.1 or ytd-android-0.2

Further to my earlier question which is not answered using youtube data in android project my goal is to upload YouTube video, and after get the URL, then do a search by key developer. I spent ...
4
votes
1answer
113 views

No Authentication Header Found

We are using Google Contacts API for past few years. Everything seems to be working fine until today..Suddenly all the Contacts API started throwing error "No Authentication Header Found" inspite of ...
1
vote
2answers
90 views

using youtube data in android project

My target is to use youtube instead of server, to store videos. I need youtube provide the following function 1. upload video and get his url . 2. search for video that match developer tag. to do ...
0
votes
1answer
96 views

Invalid package file after the update of Google Drive API

In our app we use successfully the Google Drive API: /libs/google-http-client-1.12.0-beta.jar /libs/jsr305-1.3.9.jar /libs/google-http-client-gson-1.12.0-beta.jar ...
1
vote
1answer
66 views

Issue with trying the JAVA example of Google Drive SDK API

I am trying the JAVA example of Google Drive SDK API(https://developers.google.com/drive/examples/java) on my localhost before deploying it on GAE. However, i am receiving the following error. ...
2
votes
1answer
45 views

Can Insert objects created from the same Storage object be executed concurrently?

I'm using Google's Java API to work with Google Cloud Storage (GCS). I have multiple worker threads that insert objects into GCS. Currently they share a common Storage instance, and use this to ...
2
votes
1answer
45 views

Using Android Drive API from Background Service

There is an example of how to use Drive API https://developers.google.com/drive/quickstart-android. It works well, but I have some trouble while trying to implement uploading file to GDrive from ...
0
votes
0answers
41 views

Google API Java Client and Places API

I'm trying to get a list of places of a type e.g. ATM machines nearby a given location. I've found a couple of tutorial talking about this topic. I'm developing an Android application. My question ...
0
votes
1answer
91 views

Google Drive Authorization Returns Error 403 usageLimits on Android SDK<14

I'm using Google Drive API in my Android app: private Drive buildService(final GoogleCredential credentials) { return new Drive.Builder(AndroidHttp.newCompatibleTransport(), new ...
1
vote
1answer
80 views

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 activated "URL Shortener API" in Services tab of Google API console. Whenever ...
0
votes
0answers
22 views

UserFeed.albums in Google Picasa Web API doesnt return all albums list from Picasa Web?

I'm using google-java-client api 1.14 and the google Picasa Web project : Link that I converted into .jar file and I'm using this Sample: Link Everything is fine, I could run the code successfully ...
1
vote
2answers
124 views

Which Is the best way to use file storage for Android app by Google API? Google Drive sdk or Google cloud Storage API?

I want to build the Android App which downloads many files from server securely. I want use the Google api! Right know I confused which one use when in Google Drive sdk API's or Google cloud storage? ...
0
votes
0answers
61 views

Receive partial file(sometimes) when reading from Google Storage using HTTP Response

I am trying to read files from Google Storage and write it to files in our filesystem (HDFS). If i run it for a period of time (lets say 7 days), sometimes i get the full file with lines matching with ...
1
vote
1answer
128 views

Google Drive API: Change ownership on file not working (only writer/reader works)

I'm trying to changing a file to another user an make the new user the owner of an file , but this does not work. I first of did a Permissions insert and added the newuser as writer, that was no ...
0
votes
1answer
44 views

Android: Recommended workaround for google-drive-sdk timeout issue?

When a network connection is unavailable, the drive sdk takes a very long time to timeout -- it takes 15 mins according to this answer. I access Drive in an AsynchTask which blocks my application. ...
-1
votes
1answer
120 views

example to inserting event to google calendar api using oauth2 and calendar api v3

I tried so many ways to insert the the event to google calendar using oauth2 and calendar Api v3. But I cant find any example.
1
vote
0answers
32 views

Google oAuth2 & OpenId without Gplus button (Java)

I'd like to create a web-application in Java that uses Google services both for initial authentication and API calls. (e.g. Google Calendar) I want to stay away from Google Apps Engine, because of ...
0
votes
1answer
189 views

Google Calendar API returning “Invalid Credentials” (401)

I am having problems authenticating to Google Calendar API v3 using the Java client library (google-api-client version 1.13.2-beta, google-api-services-calendar version v3-rev26-1.13.2-beta). We have ...
0
votes
1answer
71 views

Upload file with unknown size

How can I upload a file by Google Drive API If the length is unknown at the time of the request? I found this way https://developers.google.com/drive/manage-uploads#resumable but I can't understand ...
2
votes
2answers
93 views

failed in creating a google+ client object to retrieve activities in java

Im new to Google+ API and Java-Client API. so Please be patient with me . Im trying to retrieve my google+ activities using Java-Client and G+ APIs 1.14 but I failed to create the client object, Ive ...
2
votes
1answer
182 views

Using API KEY in to retrieve activities from google plus is not working

I'm using APIKEY to set up the transport and initialize the connection to retrieve activities from Google Plus. HttpRequestInitializer initializer = (HttpRequestInitializer) new ...
0
votes
1answer
72 views

NoSuchMethodError: JsonFactory.fromInputStream

I am trying to get a clean code sample of Google API OAuth2 authentication. My code is mostly based on the explanation at https://code.google.com/p/google-api-java-client/wiki/OAuth2 I deviate from ...
3
votes
1answer
116 views

How can I find out with the Google Calendar API whether the user have enabled SMS reminders?

My app saves events and their respective reminders to the users' Google accounts via the Google Calendar API v3. I would not want to offer the 'SMS Reminder' option for those users whom have not ...
0
votes
2answers
73 views

Using “List” to retrieve queryResult of bigquery only got 512 records

the queryResult showed that it has 13224 rows, then i used List rows = queryResult.getRows(); then it showes the list "rows" only has 512 rows.. Any help? Thanks! tianjie
0
votes
2answers
49 views

Google Calendar: freeBusy giving error “notFound” with one account but not another

To start off I'm using a google apps for business account and I have 2 accounts test1@mycompany.com and test2@mycompany.com After that I have an Api E-Mail that is registered in the API console to ...
0
votes
1answer
74 views

Writing to Google Drive from an Android app

I'm working on an Android app where I need to write to a Google Drive spreadsheet. There's a quick start video on "Google Developers Live" that seems to go through most of the required steps, but for ...
0
votes
1answer
54 views

Google Drive API issue searching including shared files

I'm performing some file list searches in Google Drive API and have found out that there is a mismatch between the searches in the API and the one performed directly in the Google Drive Webpage on ...
0
votes
0answers
46 views

getting google places api key

I have need to google places api, now i obthain the api key, i download the google-api-java-client, and i added this at my project (that use android sdk 2.3.3.) so, where is the problem, because I ...
1
vote
1answer
71 views
0
votes
1answer
73 views

Google bigQuery latest revision

As a maven user I wanted to know where to find the latest bigQuery revision. Actually i am retrieving it from the Api wiki on code.google.com but not sure that's the latest one as specified : ...
1
vote
2answers
385 views

com.google.api.client.json.jackson.JacksonFactory

Just download google api java client google-api-java-client-1.13.2-beta.zip and try [the sample there][1] http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutorial/ I ...
0
votes
0answers
48 views

How to programmatically download all Google docs from a Google Apps domain

I am trying to programmatically download all files from my Google Apps domain. Using the API however gives me access only to documents accessible by a single user. Is there a way to get access to all ...

1 2 3 4 5 7