Tagged Questions
0
votes
1answer
311 views
Picasa API for Android
Does somebody know where I can find a good API to send and receive photos from my Android-phone to Picasa? I've been searching for more than 2 days but I can't find a good way.
I think the best way ...
0
votes
2answers
375 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
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 ...
3
votes
1answer
594 views
What is the “AuthTokenType” value for Google Drive on an Anrdoid app?
What should I use as the "AuthTokenType" value to request access to a user's Google Drive from an Android app?
For example, here are some AuthTokenType values for other services:
What is ...
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 ...
5
votes
1answer
235 views
single google account authtoken for Multiple Google Data API in Android
Hello android enthusiast, i'm struggling to find solution to this problem. I'm planning to access the user's Google Calendar and Google Documents,(using google-api-java-client-v1.6.0). I can access ...
2
votes
1answer
798 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
1answer
475 views
Authorization-Heades for Google Data (Calendar) API request
I want to be able to retrieve a users calendar and events from the Google Calendar API. Basically I managed to get an Auth-Token from Android's AccountManager and do the request, but I get
"error": ...
0
votes
1answer
496 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 ...
2
votes
1answer
470 views
Using authToken for Google Health Data
We have developed and published an app for Google Health. Now we want to avoid every time logging into the gmail account by asking username and password.
So as to do this i have heard that I can have ...
0
votes
1answer
584 views
Android: Google Data API - 401 Token Invalid Error
Well, I tried using Account Manager and I am getting "401 Token Invalid" error. What can be the reason.
Debug Log
Account name = xxxxxx@gmail.com
Token is : DQAAALIAAAAh-xxxxxxx
Starting Google ...
0
votes
2answers
1k views
Google Data Java Client Library for Android
I want to make a youtube client app for android. I was trying to follow this So I need to import these:
import com.google.api.client.googleapis.GoogleHeaders;
import ...
3
votes
1answer
605 views
how to use google spreadsheet api on android emulator
I'm trying to use Google Spreadsheet api to update a cell of a worksheet.
I followed the guide , tried to send a HttpPut request to do that but failed.
i got 200 OK from the following Code, but ...
2
votes
1answer
554 views
Using Google Map Data API on the Android platform
I was checking out the Google Maps Data API and I was wondering if I can follow their Java Development guide to use it on the Android platform? I want to display routes that I have created on Google ...
