-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quotaExceeded after 4 video's uploaded #119
Comments
Hi, YouTube counts 1600 credits per upload. Normally you would be out of credits in 6 videos. Maybe you retried one video twice, then you have reached it already. You need to request access for your application. This is a very inconvenient process with Google, as they appear to normally work with webservers that interact with them, and don't appear to understand what a command line application is. Nevertheless users here have managed to overcome this hurdle and are able to upload many more files. I have the limit set to 1 million credits I think. There is a form somewhere on the google api pages where you can request to have your application validated. Explain as clear as you can that you are using a command line application and not on an online server, that your PC is secured with a password and only known people will operate the upload, and that you don't store any information retrieved over the API (that would only be allowed for 30 days, but we don't need this). After a week or so you will get some questions, respond in time (2 days or so) and you can expect some more questions (they don't appear to be very smart). Just keep on explaning that it's all very safe and you will probably get your request granted. Joris |
|
You can request to increase your quota default is 10,000 per day. |
fyi, I received this email today from Youtube:
'to ensure safety at YouTube'....as if excessive uploads might cause physical harm to employees 😆 My quota seems to have remained the same 🤔 |
Just wait some time and you can upload again. |
My quota has been increased to 650,000 and has been working flawlessly past few years. But all of a sudden I now get: 2023/11/28 08:58:07 error making YouTube API call: googleapi: Error 400: The user has exceeded the number of videos they may upload., uploadLimitExceeded Seems now it won't let me upload more than 2 videos a day despite my quota being 650,000. Not sure if there any way to contact YouTube support and have a real human look at the issue? |
@feacluster check your quota status in Google Console here: https://console.cloud.google.com/apis/api/youtube.googleapis.com/quotas Below is a screenshot example of what you should see: What is the 'limit' value next to 'Queries per day'? |
Actually it's now working properly again. I posted the issue on youtube's API issue tracker here: https://issuetracker.google.com/issues?q=status:open%20componentid:186600&s=created_time:desc Seems a handful of other folks had the same issue starting from yesterday. So seems a known issue and now mine has started working again. So they must have fixed it. |
Hi! First of all; amazing work!
I just tried to upload a couple of video's and only after 4 video's YouTube blocked me;
Error making YouTube API call: googleapi: Error 403: The request cannot be completed because you have exceeded your quota., quotaExceeded
When I look in the Google Cloud console I see that 10.000 queries already have been used. I do not understand how this is possible, due to the fact that I only uploaded 4 video's.
Can you help me out?
The text was updated successfully, but these errors were encountered: