0
votes
0answers
10 views
In Picasa Api how to check if photo is already loaded?
How do I check in Picasa Python API if the photo is already loaded? I.e. if I already fetched the photo before, and just need to let the user use their local cached version.
My cu …
0
votes
1answer
29 views
How to get Album URL from picasa API?
I really don't like the Picasa feed-oriented API. Why couldn't they create rest interface?
Does anyone know how I can get the URL for a particular album?
For example say i got:
g …
0
votes
0answers
26 views
How to upload images to picasa web album as “Web address (URL)” ??
The Web album http://picasaweb.google.com has only the option to browse images from disk. What if I do not have images/photos on disk and I don't want to download image.
If I know …
1
vote
1answer
140 views
How to access the Picasa (desktop) database?
Is there any way to read the Picasa database?
What is the format of the Picasa database?
Are there any APIs to access the database?
0
votes
2answers
148 views
How do we display a photo from Picasa java API?
Okay, it seems to be a stupid question, since we have this:
http://code.google.com/intl/en/apis/picasaweb/docs/2.0/developers_guide_java.html
However, up to the moment, I can only …
1
vote
0answers
39 views
Picasa Custom Button Problem
I have started creating a custom button for Picasa to be able to upload some photos to a website. I followed the guidance found here. It works fine so far but now I have made a sma …
0
votes
1answer
116 views
How would you query Picasa from a Google App Engine app? Data API or Url Fetch?
How would you query Picasa from a Google App Engine app? Data API or Url Fetch? What are the pros and cons of using either method?
[Edit]
I would like to be able to query a specif …
1
vote
1answer
151 views
Picasa API for C# error
My Code:
foreach (PicasaEntry entryAlbuns in feedAlbuns.Entries)
{
AlbumAccessor ac = new AlbumAccessor(entryAlbuns);
PhotoQuery photos = new PhotoQuery(Pica …
0
votes
2answers
256 views
Rails Photo Gallery Plugin for 3rd Party Hosting on Flickr or Picasa
I don't want to store photos on the server. I'd prefer to use picasa or flickr, etc. I'm wondering what solutions are popular and work well. I've found:
http://code.google.com/p/ …
1
vote
6answers
1k views
Why is Google’s “face recognition” feature available only in Picasa WEB and not Picasa for the PC?
I friend asked me this today.
Picasa Web has a cool (and frightening :-) feature where it will recognize all the faces in your photo album.
But the PC (desktop) version doesn't h …
2
votes
8answers
1k views
How can I integrate the Picasa API into my iPhone application?
I have tried to integrate the Picasa API on iphone, compiles fine, but I am seeing the following error in launch.
dyld: Library not loaded: @loader_path/../Frameworks/GData.framew …
0
votes
0answers
290 views
iPhone sdk Picasa Web Albums create Album
Hi all,
I was wondering if anyone could provide a code example for creating an
album? The feature is not implemented in the example code and I am
having trouble implementing it. He …
2
votes
3answers
494 views
Picasa Plugin
Does anyone here know any resources on how to get started writing a plugin for Google's Picasa? I love it for photo management, but I have some ideas for how it could be better.
…
