Questions tagged [google-data-protocol]

7 questions
3
votes
3 answers

Accessing Google Data with C++

I'm about to write an simple plugin for Total Commander. I need to interact with Picasa service. I goggled for a while and found: 1) gdata-cpp-util (kind of a wrapper for libcurl and libxml) http://code.google.com/p/gdata-cpp-util/ 2) use…
Titan
  • 65
  • 1
  • 6
2
votes
0 answers

Is there a programmatic way to retrieve data from Google Code?

Is there Google Data Protocol for Google Code? I want a programmatic way to retrieve data (such as My favorites of an user, project information, etc.) from it. I saw on the API Directory that Google Data Protocol currently does not have Google Code…
Ron Huang
  • 31
  • 1
  • 6
2
votes
2 answers

How do I access a JSONP feed for a Google Apps For Your Domain spreadsheet?

I can't work out how to access a google spreadsheet via JSONP when that spreadsheet is part of a Google Apps For Your Domain account. Google provide a documented way to access google spreadsheet via JSONP that works for normal gmail.com accounts. In…
Mark Fowler
  • 1,264
  • 11
  • 20
1
vote
3 answers

How to upload contacts CSV file to my Gmail account?

Just wondering whether it' s possible to upload a CSV file with contacts information in it to my Gmail account? I already looked at the Google Data API. it only allows you to add one at a time. Is there a bulk import ?
kakopappa
  • 5,023
  • 5
  • 54
  • 73
1
vote
1 answer

Is there a sdk/lib to parse gdata (json) data returned by the Google Contact API v3?

I'm currently accessing google contacts via GoogleContact API v3. I use the following command: "https://www.google.com/m8/feeds/contacts/default/full?access_token=" + token.access_token + "&alt=json&v=3&q=Susan" It returns me a json structure…
1
vote
1 answer

Requirements needed for adding events to Google Calendar?

I need to add events to google calendar form Java without using IDE. What are the requirements are needed to develop my application. Any API is needed to do that? Is it needed how to use that API in Java. Now I have JDK 1.6 only. Can anyone help me…
Sumithran
  • 261
  • 2
  • 4
  • 10
0
votes
0 answers

Functionality in QR code without a web server

The context of this problem is weird (a magic trick that occurred to me), so I will skip that explanation and go straight to the point. What I want: a set of QR codes (it can be just 1, or 2 different ones, either way will work for me). These QR…