开发者

Google app engine Youtube API

开发者 https://www.devze.com 2022-12-16 14:51 出处:网络
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 su

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开发者_如何学Python some hosting provider & it was Rock Solid & we are NOT getting those youtube quota limit errors (too_many_recent_calls). Unable to understand why we are getting that error only when we host on Google App engine . Are there any problems with Google App engine from the last few days?

Any help would be greatly appreciated

Thanks, -Satish


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

If not, your requests might not be seen as separate from all the other youtube api requests originating on appengine.


I had the same problem using YouTube API + App Engine. I suggest you to check my answer to a very similar question in the following post: yt:quota too many recent calls - Youtube API help

0

精彩评论

暂无评论...
验证码 换一张
取 消