How To Improve My Youtube Video Upload Data V3
I have the following problem. Google recently limited my queries per day to 10,000 and I'm looking to increase or decrease my chunksize. I honestly don't know how much I need to in
Solution 1:
As per the official docs of Videos.insert
API endpoint, each and every upload of a video has a constant quota cost of 1600 units:
Quota impact: A call to this method has a quota cost of 1600 units.
Do not interpret your daily quota of 10000 units as that allowing you to make 10000 API calls.
A daily amount of 10000 quota units allows you to upload no more than 6 videos (regardless of their actual size) -- if not accounting for other API calls that you may issue.
Post a Comment for "How To Improve My Youtube Video Upload Data V3"