use google api to upload videos got error 'The user has exceeded the number of videos they may upload.' - youtube-api

I use googleapis nodejs client to upload my videos.for some reason, some videos have not been processed successfully, so I need upload them again,But I got some error:
Error: The user has exceeded the number of videos they may upload.
I googled some answers about these question ,like Youtube video uploads rejected before API quota limit reached
,and I found Quotas page to see whether i reach the limit quotas.
As you can see, I did't reach the limit .But I also can not upload videos any more using api.
I want to know why .
By the way
my googleapis version is v36.0.0.
my node version is v8.13.0

Related

How to increase video upload quota on Youtube API?

We are a UA agency and we are building an internal tool to automatically upload videos on YouTube in order to then use these videos in our Google Ads App Campaigns. However, we are currently limited to uploading 6 videos through YouTube API per day which is way too low compared to our needs. We followed the process to request a quota increase. However, we can't go through as our system is internal so Google can't check its use or purpose. We would like to get in touch with someone to whom we can explain the issue.
Cheers,
Matthieu
By default, YouTube allows video uploads that are up to 15 minutes long. If you try to upload videos longer than 15 minutes, the upload will fail. This is a YouTube limitation rather than a Brightcove limitation.
To upload longer videos to YouTube, you need to verify your account with YouTube:
Open the YouTube upload page at https://www.youtube.com/upload.
Click Increase your limit link at the bottom of the page.
Note: If you can't find the Increase your limit link, it's possible that you may already be able to upload long videos. Check the Longer videos section in your YouTube Account Features page to check if the feature has already been enabled.
Follow the steps to verify your account with a mobile phone.
When you receive a text message from YouTube in response, enter the verification code from the text message and click Submit.
YouTube will then confirm when your YouTube account has been activated for longer uploads. From this point, any videos longer than 15 minutes in your Video Cloud account will be synced to YouTube.
You'll need to apply for a quota extension, you can do so here: https://support.google.com/youtube/contact/yt_api_form?hl=en

"The user has exceeded the number of videos they may upload" when I have uploaded 100 videos

When uploading videos to my channel using YouTube Data Api, I get an error message "The user has exceeded the number of videos they may upload" when I have uploaded 100 videos.
I have checked the quota and it has not reached the limit.
Is there any way to resolve this error or upload more than 100 videos?
This is unrelated to the YouTube Data api its quota costs.
If it had been you would have seen this error message
quotaExceeded (403) quotaExceeded The request cannot be completed because you have exceeded your quota.
This error is realted to a limitation with in YouTube itself. A user can max upload X videos to YouTube per day depending upon their region / location.
Support Common uploading errors

Limit on YouTube Videos I can upload everyday

I am working on a YouTube channel where I have to upload thousands of short videos. To automate the boring process I decided to write a Python program that can upload all my videos and set appropriate tags, descriptions etc.
I created a Project in Developers console created API clients acquired appropriate credentials, requested and got my daily API Usage quoted extended to 500,000 units every day.
Now that I started uploading videos I am facing a different problem, i.e. the number of videos i can upload in one day. After every 100 clips i get Auth errors which say i have exceeded the daily limit of number of videos i can upload.
I want to know why is there a limit on the number of videos if i have decent API usage quota to spare.

Quota limit exceeded but no quota used?

Morning, everyone,
I come here today because I have a problem with the youtube API. I upload every day about 50 videos via the API, but I don't understand why since 3 days no more videos can be uploaded, the error I'm given is an overrun of the allowed quotas, which is strange because in the youtube API console, no quota has been used for 3 days (because of this error no video can be uploaded) ... ?
Thank you for you help
The main problem is youtube changed their API access, now in order to access their API one must apply and get accepted by their API compliance form

Increase the quota for Youtube v3

I'm a developer of a program for streamers. It receives and displays various information, such as chat, super chat, sponsors. The problem is that at the moment the program is close to the limit. And this despite the fact that I increased the delay between requests, but it did not help, because every day there are new users.
How can I increase the quota for Youtube v3?
Check this quota request page for Youtube API. You'll be required to answer several questions:
This application also requires you to submit screenshots and design
documents relating to your API Client(s) and your use of YouTube
API(s). If you do not have these ready, please apply once these are
available.

Resources