Tagged Questions
0
votes
1answer
32 views
Retrieving the unreadCount tag for a YouTube video
How do I get the unreadCount value using the YouTube client library?
I think this is a new tag in the YouTube Data API, but I can't find the API method to get it.
I can only get some values through ...
0
votes
0answers
137 views
How to use Google App Engine service account authentication with Google Data Api?
We are making Google App Engine application(Java) that will be deployed to Google Apps and for multiple customers for start and later publish at Google Apps Marketplace.
Our application requires, for ...
0
votes
2answers
376 views
Youtube API impossible on android?
I've been having tremendous problems with connecting my android app to the youtube API. Firstly I tried to go along the route of using the native youtube gdata java ...
1
vote
1answer
754 views
How to request a OAuth 2.0 access token by Google GData API?
How to request a OAuth 2.0 access token by Google GData API? Does this API support OAuth 2.0? It is seems OAuth 1.x API only in the spec.
I already get the access token. Now, I would like to send the ...
0
votes
1answer
147 views
Using Google spreadsheet without authentication
All,
I have an application that is built on GAE, I want to use google spreadsheet (data) API to expose some reports. To do so I've been reading https://developers.google.com/google-apps/spreadsheets/ ...
0
votes
2answers
424 views
List Google Calendar Events after Oauth2 Authentication
I am having an issue where I need to pull back the current event's listed in someones default Google calendar, perhaps for a week. I listed the best code example I can find below, but it does not ...
1
vote
1answer
155 views
How can I parse a Google public Calendar in android?
I have a Google Calendar in a website that is available to everyone. I want to parse this calendar and display it in an Android app.
I understand I have to use the Google Data API ...
1
vote
0answers
166 views
Couldn't get album list
I want to get a list of albums from my Google Picasa account. I tried this guide. The problem is that it authenticates successfully but doesn't return any album (see my code below). I still can post a ...
0
votes
1answer
243 views
Correct dependencies to link to use Google Calendar API
I downloaded and linked all the jars beginning with google-...-client and all the jars in the dependency folder of the newest google data api for java to my project. However, when I run it, Dalvik ...
0
votes
0answers
279 views
Google Data Api library for Blackberry
I want to get google contacts in my Blackberry Application. Is there any public libraries availabile for blackberry to do this?
I try to use Oauth-SignPost. But the libraies used in it not supported ...
2
votes
1answer
802 views
AUTH_TOKEN_TYPE for Google API's
Okay, so I know how to get a list of accounts so that I can let the user authenticate my app to use with their Google Data, however, I am confused on what to use for my AUTH_TOKEN_TYPE.
Here is the ...
0
votes
3answers
1k views
All Event listing on specified date in Google Calender api (V3) in java?
what I want to do is get all the events in a given google calendar for a given date.
Now we can get the event listing pretty easily using the following code
public Events getAllEvent()
{
...
0
votes
1answer
645 views
Java Google Youtube Data API:: Unauthorized
I wanted to upload a video on youtube using Java Google Data API. I got the following cod from the Google Data Api documentation to upload a video.The only thing i need to change in this code in ...
1
vote
1answer
151 views
choosing authentication to google api in batch application
In reviewing my options for authenticating against the Google Data API (using the Picasa Web Albums), I'm provided the options noted here:
http://code.google.com/apis/accounts/docs/GettingStarted.html
...
2
votes
1answer
338 views
Google Documents List Api - Paging results without feed.getNextLink()
I have been looking for ways to gain access to different pages more quickly in the Google Documents List Api, and to do this I'd like to be able to start my downloads at a specific part of the list, ...
0
votes
1answer
499 views
Read google book in android
i have developed an application in which i fetch books using googleapibook search. I have an isbn no. Now i want to let my user read that book page by page. But i didn't find any method or solution to ...
5
votes
1answer
422 views
Why isn't google api client library built on top of Apache's Abdera framework?
First of all I want to give many thanks to Google GData API's engineers for their good work and I'd like to mention that this question is not meant to criticize anything. It just pointing out things.
...
3
votes
1answer
237 views
How to measure upload bitrate using Java+Google Data API
I'm writing a Java client application which uses the Google Data API to upload things to youtube. I'm wondering how I would go about tracking the progress of an upload, using the Google Data API ...
0
votes
1answer
275 views
How do I retrieve the email address associated with a session token from the Google Data / Google Contacts API? [duplicate]
Possible Duplicate:
How does one retrieve the email address of a user with GData?
Using the GData Java client (http://code.google.com/p/gdata-java-client/), I create an authsub request URL ...
0
votes
1answer
442 views
how to generate rsa key for gdata java api?
I want to access data feed of my Google Data. I am using gdata private library. How do I generate RSA-Key using Java Keytool ? How do I convert that key to .pk8 format ?
0
votes
1answer
940 views
Google translator toolkit API - google-api-java-client Client login 403 Forbidden
I just implemented Google translator toolkit API using google-api-java-client library.
The problem is, that I can authenticate using clientLogin with the old "gdata" client library, but I can't ...
1
vote
1answer
224 views
able to remove GroupMembershipInfo from ContactEntry, but unable to add GroupMembershipInfo
What is the proper way to update an existing ContactEntry to include GroupMembershipInfo in an existing ContactGroupEntry?
I am using the Java APIs com.google.gdata.data.contacts...
// groupNameId ...
3
votes
2answers
1k views
Java - Converting a datetime into gregorian calender time(date)
I am using google data api which gives date in datetime format. I want to convert this DateTime format date in Gregorian calendar date format. Does anyone know any methods for doing this?
*Edited the ...
0
votes
2answers
2k views
Get a exception of “error connecting with login URI” when running Google Data's example
When I run the example CalendarFeedDemo in the JAVA package of the Google Data API client library, I've encounterd a exception like this
java -classpath "classes:lib/*" CalendarFeedDemo ...