Aha, it's not that you are blocked, it's that you added the query parameter to the wrong place. In your page you are appending the imgmax parameter to the end of the photo URL like this:
http://lh6.ggpht.com/_goUG9tNDIEs/SX1XDM9Uc4I/AAAAAAAAGn8/GNJkDMS-_U0/50.jpg?imgmax=800 But that does nothing since the image servers aren't smart enough to look at query parameters. You have to request your feeds with imgmax=800 like this: http://picasaweb.google.com/data/feed/api/user/default/albumid/ALBUM_ID_HERE?imgmax=800 Then the <media:content> URL will actually be different in the response (you should see something like /s800/ in the URL somewhere.) Cheers, -Jeff On Mon, Mar 9, 2009 at 10:45 AM, robbie <[email protected]> wrote: > > hi Jeff > > my domain is gazoukensaku.com > if you check the url bellow you can see that the image doesn't load > with referer enabled > http://www.gazoukensaku.com/media/test.php > > Thanks > robbie > > On Mar 10, 2:35 am, Jeff Fisher <[email protected]> wrote: > > What is the domain that you suspect is being blocked? > > > > Cheers, > > -Jeff > > > > > > > > On Sat, Mar 7, 2009 at 8:51 AM, robbie <[email protected]> wrote: > > > > > Hi > > > > > I have been using picasa's web API in my site for a few months, > > > and suddenly today, images even smaller than 800px are starting to be > > > blocked. > > > > > The same application works on a deffierent domain, so it seems like > > > picasa is blocking access when my current domain is in the referer. > > > > > Is there a limit for embedding images? > > > or was I not allowed to use this api in a web application? > > > > > thx > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
