Have exceeded your quota
See original GitHub issueEnvironment 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
- 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. - 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"
}
]
}
}
- I also try to use direct
API_KEY
way and giving same problem. - 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:
- Created 3 years ago
- Reactions:2
- Comments:12 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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…
From what I saw, it looks like your account must be linked to a billing account