I tried to use the javascript MediaUploader.js to upload youtube video to my own account, for some reason, I got this error below. How to solve this type of issue?
There was an issue setting up your call.
Raw response for the API
Status code 403
{
“error”: {
“code”: 403,
“message”: “The request cannot be completed because you have exceeded your \u003ca href="/youtube/v3/getting-started#quota"\u003equota\u003c/a\u003e.”,
“errors”: [
{
“message”: “The request cannot be completed because you have exceeded your \u003ca href="/youtube/v3/getting-started#quota"\u003equota\u003c/a\u003e.”,
“domain”: “youtube.quota”,
“reason”: “quotaExceeded”
}
]
}
}
Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day, an amount sufficient for the overwhelming majority of our API users. Default quota, which is subject to change, helps us optimize quota allocations and scale our infrastructure in a way that is more meaningful to our API users. You can see your quota usage on the Quotas page in the API Console.
Thanks I filled out the Quota extension form. Here is the response from YouTube:
Kindly provide us with the implementation document of how the users upload a course video and retrieve the content and duration with the help of YouTube API Services, so that we can establish the use case mentioned in Quota form.
Have you had to handle such request? Any advise on how to address?
I have not given that the typical rate limits are more than enough. What are you trying to do with YouTube’s API? Maybe something you’re doing is calling the API way too many times.