I am trying to add a brand new youtube video (to our Magento 2 website) we just uploaded and am already receiving the "quota exceeded" response from the youtube api.
How do I fix this?
According to the YouTube Data API official documentation:
Note: If you reach the quota limit, you can request additional quota
by completing the Quota extension request form for YouTube API
Services.
Related
YouTube Data API v3
Quota: Queries per day
Current limit: 10,000
How can I increase the quota of my API?
The screenshot says it all: You are already using the maximum allowed daily API calls allowed by your subscription plan. If you still need more than that, you need to pay for an upgrade of your subscription.
If you have reached the max quota you can request additional quota. by submitting the YouTube API Services - Audit and Quota Extension Form
You can read all about this in the YouTube Data API - Quota and Compliance Audits documentation page.
Just make sure to click extension request at the top.
Intro to YouTube API and cost based quota.
googleapiclient.errors.ResumableUploadError: <HttpError 403 when requesting None returned "The request cannot be completed because you have exceeded your quota.". Details: "[{'message': 'The request cannot be completed because you have exceeded your quota.', 'domain': 'youtube.quota', 'reason': 'quotaExceeded'}]">
All Google apis have something called a quota. Your quota is used to limit the number of requests that your application can make either by user or the project itself.
By default when you create a project on Google developer console for the YouTube api you should either have a quota of 0 or a quota of 10k. Once you have used all of your quota for the day you need to wait until the next day before you can make additional requests.
Uploading a video has a quota cost of 1600 points. This means with the default 10k quota you can upload about six videos a day.
Quota calculator
Intro to YouTube API and cost based quota for beginners
My client is looking to activate YouTube Data API and is wondering if there are any fees associated with enabling this. Can you please let me know?
YouTube Data API v3 doesn't require to activate billing on your Google account and so no fees are associated with enabling this by default. According to YouTube Data API Overview#quota
Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day
Note: If you reach the quota limit, you can request additional quota by completing the Quota extension request form for YouTube API Services.
I'm using the YouTube Data API v3 to insert videos from my website to my youtube channel. It is all working fine. Youtube gives 10000 queries per day limit and I requested to extend the quota as one video upload takes about 1607 queries and hence my limit for uploading videos is 6.
The response I received from YouTube is that my API Client is in violation of Youtube's policy fo storing data. They have mentioned that
store_youtube_api_length: twelve months
and they want it to be set to under 30 days.
I have searched the google console for this setting but I'm unable to find it. I have asked Youtube and they have brushed off the request saying they are part of YT compliance team.
Can somebody here help me find it.
Responding to the YouTube API Services confirming our data retention policy was under the month limit fixed this for us. It was just an internal policy agreement, no setting to update.
I'm having an issue with YouTube data API V3. We have been using YouTube Data API V3 in one of our mobile applications.
Recently we've started getting more traffics in our application and our quota use is capped at 40-50M request points, Hence any subsequent API calling throwing this errors:
code: 403,
message: "The request cannot be completed because you have exceeded your quota."
How can we increase/buy extra API limit for this project? Recently we created a billing account and added payment method for this project.
Can anybody please suggests how we can increase the extra limit?
I'm ready to pay for additional quota if needed.