Tonystar
Tonystar

Reputation: 1

Google API key error

I have a problem with the google maps of wordpress template. I created the API key and added it to the backend of settings theme but i see in the home page the map with error "For development purpose only". How can I solve? Thanks so much

Upvotes: 0

Views: 1106

Answers (2)

charan kumar
charan kumar

Reputation: 2157

A darkened map, or 'negative' Street View image, watermarked with "for development purposes only" is returned when any of the following are true:

  • The request is missing an API key.

  • The provided API key is invalid.

  • Billing has not been enabled on your account.
  • A self-imposed daily limit has been exceeded.
  • The provided billing method is invalid (for example an expired credit card).

Upvotes: 1

Tonystar
Tonystar

Reputation: 1

​In the browser console there is this warning message ---> util.js:227 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys Nw.j @ util.js:227

Upvotes: 0

Related Questions