Google app engine Youtube API -


we have small youtubeapi mashup app hosted on google app engine. last friday; have been getting yt:quota - too_many_recent_calls error youtube though call once in hour. suspected google app engine; , hosted our war hosting provider & rock solid & not getting youtube quota limit errors (too_many_recent_calls). unable understand why getting error when host on google app engine . there problems google app engine last few days?

any appreciated

thanks, -satish

have followed these guidelines: http://code.google.com/apis/youtube/faq.html#quota

if not, requests might not seen separate other youtube api requests originating on appengine.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -