javascript - RefererNotAllowedMapError Google Map API -


yesterday tried put googlemap on website (javascript), still getting google maps api error: referernotallowedmaperror.

the following steps have taken:

  • created credentials website (request api key , add referrer in api manager. accepted request these http referres set *.thewebsitedomein.nl/*)

  • verify domain of website (added cname record in dns record)

but still getting referernotallowedmaperror.

regenerating new key didn't help, can please me? there forgot do?

thanks! ahf

from google maps error messages documentation itself,

referernotallowedmaperror means current url loading google maps javascript api has not been added list of allowed referrers. please check referrer settings of api key on google api console.

also check related questions:


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -