3 messages in com.googlegroups.google-picasa-data-apiGetting the <media:thumbnail> or <med...
FromSent OnAttachments
Martyn23 Jul 2007 08:58 
Sven23 Jul 2007 11:05 
Martyn23 Jul 2007 13:59 
Subject:Getting the <media:thumbnail> or <media:content> from a photo id
From:Martyn (mart@gmail.com)
Date:07/23/2007 08:58:33 AM
List:com.googlegroups.google-picasa-data-api

Hi,

I am going to be storing the photoID and albumID if photos locally. What's the best approach to get the URL of a thumbnail / content photo? If i do the following:

GET
http://picasaweb.google.com/data/feed/aapi/user/<user>/albumid/<albumID>/photoid/<photoID>

I dont seem to get anything useful.

However, if I do a:

GET
http://picasaweb.google.com/data/feed/aapi/user/<user>/albumid/<albumID>?kind=photo&thumbnail=72

That get's me a huge list of images (with thumbnail URLs) - obviously only 1 of these is the one i'm interested in so is a waste to get the entire list. Is there a way I can filter this feed by photo id?