When I include the following code in my page with the Browser API key:
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBvjzyCJmLPnsrBjMXy1RTaRqZzTCtqZgw"></script>
I get the error:
This page was unable to display a Google Maps element. The provided Google API key is invalid or this site is not authorized to use it. Error Code: InvalidKeyOrUnauthroizedURLMapError
In the Google Developers Console I went to APIs & auth->Credentials->Accept requests from these HTTP referres (web sites)... then entered *.mywebsite.com/*
. What am I doing wrong here?