I'm using YouTube API V3 to upload videos to my channel. I get access token through the playground and somehow I have really high numbers of queries per day:
These are my queries per day over the last week:
5070 3261 1656 9885 3312 6573 1656 17767
As you see, I managed to exceed 10k quota limit per day. How it is possible though? My videos have 10-minute average duration and 500MB average size.
Does uploading a video through videos:insert counts more than 2000 query points?
I'm using the Python example from official documents: https://developers.google.com/youtube/v3/docs/videos/insert