I am attempting to add a YouTube video feed to a website.
- I have created the Project and turned on the YouTube data API in the developers console.
- I have created a browser key and added the domain to the list of referrers as
*.domain.com/
as per their example. I've also triedhttp://domain.com
&domain.com
as variations
If I remove the referrer, it works. Otherwise, I get this error message:
There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed.
What am I doing wrong?