Ok, I've exhausted my limited ability to grasp the obvious.

This partial response works, returns only thumbnails of width 288.

var protocol_query = "?
fields=entry(media:group(media:thumbnail[@width=288],media:title(text()),media:content/
@url))"

But no matter what variation of <= or le I try, it fails with a rather
uninteresting Internal Server Error when it calls Xml.parse.

i.e.
"?
fields=entry(media:group(media:thumbnail[@width<=288],media:title(text()),media:content/
@url))"

I can solve this other ways, what I'm really curious about is the
numeric comparison in a Partial Response working in the Picasa Web
Album api.

If it matters, I'm writing this in a google app script in a google doc
spreadsheet.

Thanks!
Jim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.

Reply via email to