jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Uploading video costs a lot of queries #45

Closed Boldie closed 2 years ago

Boldie commented 2 years ago

After some debugging there seems to be a flaw with sending a lot of queries to google which will finally run out of quota very easily. There must be a better way to define the size of chunks for uploading. After uploading about 10 videos with 14 MB I bumped into the daily limit of 10k queries.

Boldie commented 2 years ago

Ok, found it out. This is a normal quota which is used by google. An upload costs 1600 and newly open account only have 10000. The quota query is a little bit missleading, because this is not calculated per call to the Api.