Hello, I'm using the Python GData library to get a photo feed for an album. I get relevant thumbnails and sizes, but I can't find the URL to the original uploaded image. Where "entry" is the `pws.GetFeed(uri=album.GetPhotosUri()).entry`, What I get is:
entry.width # <original resolution width> entry.height # <original resolution height> entry.content.src # <URL to a 'shrinked' image> I also get Media RSS "content" list which contains only one item which is not in the original size. Also a "thumbnail" list of 3 lovely thumbnails. In Google+, I can view the images in various sizes, in a greater resolution than those I get with the Python library. I've been sitting around with all of this Atom madness and couldn't understand what is going on and where can I get a normal reference of what data I get from different requests, so if someone may shed some light about it it would be great. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-picasa-data-api/-/dfs5Rfus2REJ. 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.
