tags:

views:

244

answers:

0

Hi, I am using youtube api to get contents from a youtube account (with just user feed...without user authentication) on our website. Since yesterday morning, we keep getting "yt:quotatoo_many_recent_calls". It started off as randomn occurance, but very soon, we get this error 100% of the time. Our site is currently down because of this....need help. I tried the following quota limits instructions at http://code.google.com/apis/youtube/faq.html#quota. But I still get the error. Anybody, Please advise.

If you are receiving quota errors, there are a couple steps you can take: - Have your requests include your developer key and clientID I do this - Make sure the actions your code is performing is user-initiated I do this - Pass the user's IP address in the restriction query parameter. I am able to pass only the proxy/server IP address, not the exact client's because Google AppEngine does not support InetAddress.getLocalHost().getHostAddress()) - If you are requesting authenticated feeds, login as the user rather than a site-wide account I am not using authentication

Thanks - Kishore