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?