Description
Situation
The YouTube API comes with limits for how much it can be used. This application is very heavy on that quota limit depending on what channel(s) or video(s) it is being used for.
When I created this application, the default units per day was set to 1,000,000
. As shared in the screenshots below, the limit was automatically reduced several times. However, as of mid-2020 it seems to have been brought back up to 1,000,000
and queries are even lighter now than they were in the past for list
actions which make up the majority of this app.
Given my API key were to frequently hit the limit, I could potentially request for an increase but I'm not positive about that working.
Quota Reset
As reported in the Google Developers Console,
Daily quotas reset at midnight Pacific Time (PT).
If you get errors related to the quota being reached, waiting a day should solve your problems.
However, I see this happening more frequently as more people use this application.
Resources
- StackOverflow: YouTube API Limitations
- YouTube Data API Overview #intro, create your own API key
- YouTube Data API Overview #quota
- YouTube Data API (v3) - Quota Calculator
- Developer Policies - Multiple keys
Project Quota History
Edit 11/7/2019; I just received an automated email from YouTube that all of my projects daily quotas had been 'adjusted' and now the default key was reduced and is now sitting at 650,000 instead of 1,000,000.
Edit: 5/9/2020; Around February 2020 more automated emails from YouTube had informed me that the quota had been 'adjusted' again down to 325,000.
Edit 8/5/2020; Fairly recently I got an email notifying me that they updated the quota unit system being lighter and when checking the project is now back to 1 million. This is good news!
Edit 4/13/2021; It seems that my changes in 1.4.5 and 1.4.6 have worked and quota usage has not hit the limit once in the past 30 days!