YouTube gives error on google app engine quota error. but my app hardly make some 100 requests to youtube api -


my application using youtube api gives me error response when on google app engine

<?xml version='1.0' encoding='utf-8'?><errors><error><domain>yt:quota</domain><code>too_many_recent_calls</code></error></errors> 

but on localhost works fine. application in sandbox mode so, hardly request going youtube google app engine server. getting error. please me.

do use personal api key? if not, start doing so, otherwise allowed quotas small. if have api key, able check quota usage in developer console—and able check why quota exceeded.

source: https://developers.google.com/youtube/faq#quota, https://developers.google.com/youtube/v3/getting-started#quota


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -