I have an API code and I want to use it to make a map on my localhost-page. The code for the map is:
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=MYAPI&callback=initMap">
</script>
But when I open the page, it displays, there is an error, details in the Javascript Console. In there is following:
Google Maps API error: ApiNotActivatedMapError
The API is activated, so what is the problem?
Edit 1: As I just saw, I have just activated the wrong API.