Re: [appengine-java] Youtube api issues - too many recent calls only on GAE

2010-01-12 Thread Jason (Google)
First, what is your application ID? Second, how do you guarantee that you only make the call once per hour? Do you have it set up as a cron job or are you just making the call once a memcache value expires or are you using another mechanism? What kind of call are you making to the YouTube API and w

[appengine-java] Youtube api issues - too many recent calls only on GAE

2010-01-11 Thread Kishore Jaladi
Hi, We have a small YoutubeAPI mashup App hosted on Google App engine. >From last friday; we have been getting yt:quota - too_many_recent_calls error from youtube even though we call once in an hour. We suspected Google App engine; and hosted our war to some hosting provider & it was Rock Solid & w