Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

YouTube API giving 403 "quotaExceeded" error, but I just created the project?

$
0
0

First time using Youtube Data API v3 (or any google cloud service) and inside if the live API explorer, I have not gotten anything but the 403 "quotaExceeded" error message since starting.

{"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 followed the getting started steps, and, when created a new separate project from scratch, I went along with this YouTube tutorial that did the same steps as before. Still nothing. Am I missing some obvious step?


Viewing all articles
Browse latest Browse all 3831

Trending Articles