0
votes

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

2

2 Answers

1
votes

It seems like uploading a video and setting up a custom thumbnail costs exactly 1656 quota points.

Also, trying to upload even if it returns an error still counts as a quota.

0
votes

Your link says: "Quota impact: A call to this method has a quota cost of 1600 units in addition to the costs of the specified resource parts."

Google / YouTube on Quota points further says: "A video upload has a cost of approximately 1600 units."

So, I think about 2000 quota points per video upload sounds right.