Tagged Questions
0
votes
1answer
440 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 ...
1
vote
0answers
170 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 ...
1
vote
1answer
212 views
Getting 'Multipart must have Atom and media part' error when trying to upload a photo with metadata to Picasa
I have the following code which is attempting to upload an image with metadata to a Picasa web album.
The code below works for uploading the image if I take out the metadata and just do a straight ...
3
votes
2answers
1k views
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)
...