• Resolved freddies

    (@freddies)


    Hello there, recently i stumbled upon a weird error when I am trying to query a video with your plugin, i get the following error
    { “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” } ] } }

    i have checked the API console and checked to see that quota isnt exceeded. As i havent used any of my quota to query anything before during a month, it seems weird to get an error regarding quota exceeded.
    Is the API call from this plugin too large for the daily quota or is there anything else giving this error?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    We noticed the same behavior with some of our Google Project keys that we haven’t used for some time. Unfortunately, we couldn’t find any relevant information about this issue so our best guess is that this happens for Google Projects that are not used on a regular basis.

    The only solution that we found working is to create a new Google Project and use the credentials generated from it. Also, make sure you use it on a regular basis.

    Thread Starter freddies

    (@freddies)

    Thanks for your quick response. Yes that seemed to have solved the issue by creating a new project and API Key. Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘API Error Exceeded Quota’ is closed to new replies.