I can’t access the YouTube API via javascript (although in fact I started doing it via php (with a different key), but a similar error occurs there)
- I created an application in the developer console and an API key for it (browser, without domain binding).
- Connected YouTube Data API v3.
- Created HTML (copied from this example).
But I get this error as an answer:
[ { "error": { "code": 403, "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.", "data": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." } ] }, "id": "gapiRpc" } ]
Tell me, what am I doing wrong, or at least in which direction to dig?