Note that there are some explanatory texts on larger screens.

plurals
  1. POAre there two distinct rate limits for the Youtube API?
    primarykey
    data
    text
    <p>YouTube has stated that there's a <a href="https://developers.google.com/youtube/faq#operation%5Flimits" rel="nofollow">rate limit</a> for their API. And that's totally fine and understandable. However, it appears that, even respecting their rate limit and following their <a href="http://apiblog.youtube.com/2010/02/best-practices-for-avoiding-quota.html" rel="nofollow">best practices</a> is insufficient. In the YouTube <a href="http://www.youtube.com/static?template=terms" rel="nofollow">terms of service</a>, section 4H states that "You agree not to use or launch any automated system, including without limitation, "robots," "spiders," or "offline readers," that accesses the Service in a manner that sends more request messages to the YouTube servers in a given period of time than a human can reasonably produce in the same period by using a conventional on-line web browser"</p> <p>So YouTube has an API to automate certain actions, but you have to limit yourself to an ill-defined notion of some human equivalent. Would following the best practices (in particular, waiting 10 minutes after any "too_many_recent_calls" 403 suffice to obey 4H?)</p> <p>In my particular application I intend to upload tens of thousands of videos to my YouTube channel, and I'm concerned that even obeying the best practices will still result in YouTube terminating my account without explanation.</p> <p>(For those concerned that tens of thousands of videos is spammy and illegitimate, I assure you that this is not the case. These are not advertising any product, and according to a couple hundred test case uploads, these are videos which people like much more often than dislike and which have high audience retention. For an example of such a channel (not mine), see <a href="http://www.youtube.com/user/EmmaSaying" rel="nofollow">http://www.youtube.com/user/EmmaSaying</a>)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload