question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have exceeded your quota

See original GitHub issue

Environment details

  • OS: macOS 10.15.5
  • Node.js version: v12.13.0
  • npm version: 6.12.0
  • googleapis version: 49.0.0

Steps to reproduce

  1. Enabled 3rd API(YouTube Data API v3) into my project and using same OAuth 2.0 Client IDs as I’m using for other two.
  2. I’m able to get access_token without any problem. but when using APIs then giving this error.
{
  "error": {
    "code": 403,
    "message": "The request cannot be completed because you have exceeded your <a href=\"/youtube/v3/getting-started#quota\">quota</a>.",
    "errors": [
      {
        "message": "The request cannot be completed because you have exceeded your <a href=\"/youtube/v3/getting-started#quota\">quota</a>.",
        "domain": "youtube.quota",
        "reason": "quotaExceeded"
      }
    ]
  }
}
  1. I also try to use direct API_KEY way and giving same problem.
  2. When I use the new project OAuth 2.0 Client IDs then everything working great.

Can you please explain to me what is the issue.

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
fensterhebelcommented, Dec 9, 2020

I had the same issue, no usage at all but “quota exceeded” response. My solution was to create a new project. I guess it’s because something changed internally over time and wasn’t applied correctly to (at least my) already existing project…

0reactions
tioguilcommented, Mar 27, 2021

From what I saw, it looks like your account must be linked to a billing account

Read more comments on GitHub >

github_iconTop Results From Across the Web

The request cannot be completed because you have ...
I had the same issue, no usage at all but "quota exceeded" response. My solution was to create a new project. I guess...
Read more >
YouTube “The request cannot be completed because you ...
Hi all --I have a Zap that gets triggered when a new video appears ... because you have exceeded your quota and/or This...
Read more >
Solved: Youtube: exceeded your quota - Magento Forums
Solved: Hi, When I went to add a video from youtube to the image & video gallery of the product, I am getting...
Read more >
I'm getting an error that says I exceeded my quota when ...
There is a slight chance that Explain Everything service will exceed its YouTube quota. This can happen if there is an exceptionally large...
Read more >
Exceeded Quota Error - WordPress.org
I have a small site (www.captmacs.com) with ~20 videos that used to display. Now I permanently get the following error: “Sorry, there was...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found