Need Help With Youtube Uploading Quota

shadow1591000

Newbie
Joined
Nov 26, 2022
Messages
9
Reaction score
2
Hey everyone! Im developing a software for automatic video upload to youtube. The app depends on uploading videos to youtube using youtube data API, the daily quota limit is 10,000 per project and uploading 1 video costs 1600 quota so the app can roughly upload 6 videos for one channel, if it was used for 3 channels then it can upload only 2 videos for every channels so the sum is 6 videos a day. Basically I need to find a workaround or a way to get more quota for the Dapp.


There is an option to edit the quota by sending a request to youtube support but I don't think they would give me like 1,000,000 quota or something
One option is to use 10 google console projects and that will give the app 100,000 quota per day but its still pretty low.

Any ideas?

Thanks! :)
 
I recommend you don‘t use the official youtube api. I wrote myself a script which uploads videos to youtube and isn‘t limited at all. Only problem would be that youtube will flag you if you upload too many videos from one IP. Recommend using proxy servers if uploading more than 40 videos
 
I recommend you don‘t use the official youtube api. I wrote myself a script which uploads videos to youtube and isn‘t limited at all. Only problem would be that youtube will flag you if you upload too many videos from one IP. Recommend using proxy servers if uploading more than 40 videos
Thanks for the answer. I plan to make it as a service. How should I approach it? As using it for myself its fine for me but when you scale up and have many clients/users i need to figure something out. Any advice on this?
 
Thanks for the answer. I plan to make it as a service. How should I approach it? As using it for myself its fine for me but when you scale up and have many clients/users i need to figure something out. Any advice on this?
I‘m not a expert in youtube automation but you could use a rotating proxy and you change Ip every x uploads. Depending on how big you want to scale up u may need more processing power because custom youtube upload scripts are not that efficient. If you don‘t know how to write such a script I suggest you to browse github
 
Avoid using the official API. I don't know anyone who uses the official API for any of these social platforms. They're just too heavily limited, and you can find private APIs for pretty much every platform.
 
Avoid using the official API. I don't know anyone who uses the official API for any of these social platforms. They're just too heavily limited, and you can find private APIs for pretty much every platform.
Thanks a lot for sharing. Do you know where I could get the private API, any source?
 
Avoid using the official API. I don't know anyone who uses the official API for any of these social platforms. They're just too heavily limited, and you can find private APIs for pretty much every platform.
Btw I got feedback from my developer.


Hi, uploading with not using the official api, is basically uploading from browser, for multiple uploads it consumes resources and slow and you'll have to automate the browser so it will insert the video details like title and description and that is for every video, I'm not sure how it would scale with big number of users. Also you would need the users email and password to login as them and will need to use proxies so they won't flag ip

what are your thoughts guys?
 
Thanks a lot for sharing. Do you know where I could get the private API, any source?
Btw I got feedback from my developer.


Hi, uploading with not using the official api, is basically uploading from browser, for multiple uploads it consumes resources and slow and you'll have to automate the browser so it will insert the video details like title and description and that is for every video, I'm not sure how it would scale with big number of users. Also you would need the users email and password to login as them and will need to use proxies so they won't flag ip

what are your thoughts guys?
Please use the multi-quote function if possible, as it makes the threads flow much easier. How to multi-quote can be found here Newbie Guide
 
Btw I got feedback from my developer.


Hi, uploading with not using the official api, is basically uploading from browser, for multiple uploads it consumes resources and slow and you'll have to automate the browser so it will insert the video details like title and description and that is for every video, I'm not sure how it would scale with big number of users. Also you would need the users email and password to login as them and will need to use proxies so they won't flag ip

what are your thoughts guys?
Yes, you're right. I wasn't aware that the idea was to make a service. My developer created an uploaded for multi account for us a few months ago, although it used multiple browsers.. it worked fine. If I was in your position, I would still go with the multiple browsers, as it's the only way to avoid the limits. You will need a high performance VPS or dedicated server. As far as I know, this is what the guys who are selling yt views, likes, subscribers, etc. are using... just on a really large scale. Your best bet would probably be getting in contact with someone who runs a panel that services yt, and maybe pay them(if they're willing) to teach you the best way to streamline the process.
 
Yes, you're right. I wasn't aware that the idea was to make a service. My developer created an uploaded for multi account for us a few months ago, although it used multiple browsers.. it worked fine. If I was in your position, I would still go with the multiple browsers, as it's the only way to avoid the limits. You will need a high performance VPS or dedicated server. As far as I know, this is what the guys who are selling yt views, likes, subscribers, etc. are using... just on a really large scale. Your best bet would probably be getting in contact with someone who runs a panel that services yt, and maybe pay them(if they're willing) to teach you the best way to streamline the process.
Thanks for the info, I appreciate the response!
 
I recommend you don‘t use the official youtube api. I wrote myself a script which uploads videos to youtube and isn‘t limited at all. Only problem would be that youtube will flag you if you upload too many videos from one IP. Recommend using proxy servers if uploading more than 40 videos
How is the program able to bypass quota ? Why does it give special privilege because of being a program instead pf doing manual work ?
 
How is the program able to bypass quota ? Why does it give special privilege because of being a program instead pf doing manual work ?
Using api -> quota
Manual upload process using the website -> no quota

So i basically wrote a script that uploads the videos using the website where I have a limit of about 100 videos
 
I am using youtube data api for a different project. I have the quota problem too. but I bought 200 gmail for it.
1gmail: $0.053.
right now it's okay.
 
Hey everyone! Im developing a software for automatic video upload to youtube. The app depends on uploading videos to youtube using youtube data API, the daily quota limit is 10,000 per project and uploading 1 video costs 1600 quota so the app can roughly upload 6 videos for one channel, if it was used for 3 channels then it can upload only 2 videos for every channels so the sum is 6 videos a day. Basically I need to find a workaround or a way to get more quota for the Dapp.


There is an option to edit the quota by sending a request to youtube support but I don't think they would give me like 1,000,000 quota or something
One option is to use 10 google console projects and that will give the app 100,000 quota per day but its still pretty low.

Any ideas?

Thanks! :)
Isn't there limit to maximum videos that can be uploaded on a channel per day? Why you need to increase Quota then?
 
Back
Top