我正在使用YouTube的API從YouTube的帳戶(與 只是用戶飼料...沒有用戶身份驗證)在我們的網站上的內容。 由於昨天上午,我們不斷收到:yt:配額太多最近的電話 - YouTube的API幫助
<error>
<domain>yt:quota</domain>
<code>too_many_recent_calls</code>
</error>
它開始了作爲一個隨機事件,但很快,我們得到這個錯誤的時間100%。 我嘗試以下quota limits instructions,但我仍然得到錯誤:
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
更新:試過這個地方和一切工作完全無關的任何數量的YouTube的調用問題發生。 – Satish 2010-01-10 00:13:32