google-picasa

creating upload interface to picasa web for google app engine python

Is there any sample application or code example for uploading image to picasa using GAE python. How to insert picasa uploaded image url into datastore then. Is there any effective way to do this? ...

How to get a single photo by ID from Picasa using the google-gdata .net API

I'm trying to use the .net API library to get a single image by ID from Picasa. So far, I've tried to find the correct call by doing: new Photo(); but there are no constructor params to tell it which photo to get new Entry(); same as above PicasaQuery.CreatePicasaUri; but I have to specify the albumId as well then, which I don't have...