While we reserve the right to go after abusive API use and introduce API quotas if necessary, I don't think that you are likely to run into this if you are simply performing actions on behalf of a user. Some caching on your part (memcache, a local image store) is always appreciated.
One rule of thumb I've heard often with Web APIs that don't have an explicit limit is to keep your traffic under 1 QPS (query per second.) Cheers, -Jeff On Nov 20, 7:04 am, "Feris Thia" <[EMAIL PROTECTED]> wrote: > I also develop on a will be extensive request to picasa web api. And I'm > using AuthSub from my user to authenticate in. > Is there a limit of such requests ? > > Regards, > > Feris > > On Thu, Nov 20, 2008 at 7:59 PM, Julien Mengelle > <[EMAIL PROTECTED]>wrote: > > > > > Hello, > > > i'm working on a web application project, where users can connect and > > do many things. > > One module allow to interact with picasaweb (consult/insert/update), > > and i believe that if thousands request are made every day from my web > > server, google will ban it. > > > Does there is any limition, or solution for this ? > > > i'm not very use with this kind of problem. > > > Thanks. > > > - > > Julien --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
