Jeff, I'm having the same problem. When I request image thumbnail URL (entry.Media.Thumbnails[0].Attributes["url"]) and assign it to <img src> it works fine. But when I get the URL of the full-size image, I get an error that image is not there.
However, if I take this image URL (from entry.Media.Content.Attributes ["url"]) and paste it into a browser, I can view the image. Also, once I do it, I can also retrieve that particular image through the code. The rest of the images still don't work. Any idea why this happens? All the solutions I found talk about retrieving thumbnail URL, not the full-size image URL. Thanks On Apr 29, 7:18 pm, Jeff Fisher <[email protected]> wrote: > You need to append this to your query, not to the image URL. > > Cheers, > -Jeff > > On Tue, Apr 28, 2009 at 1:21 PM, DJMikeAZ <[email protected]> wrote: > > > I would like to add that I have appended the "&imgmax=800" to the full > > image url however, this corrects the problem for only some of the > > images I have tested with. Basically, some return the 404 error and > > others load correctly. Too inconsistent to debug though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
