Title: Google Maps API error: MissingKeyMapError
Last modified: September 1, 2016

---

# Google Maps API error: MissingKeyMapError

 *  Resolved [mathkn](https://wordpress.org/support/users/mathkn/)
 * (@mathkn)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/)
 * Hi,
 * I have a problem with the plugin. Seems to be a Javascript issue.
    Get this error
   when I inspect:
 * js?libraries=geometry%2Cplaces%2Cweather%2Cpanoramio%2Cdrawing&language=no&ver
   =4.5.3:32 Google Maps API error: MissingKeyMapError [https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.ab](https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.ab)
   @ js?libraries=geometry%2Cplaces%2Cweather%2Cpanoramio%2Cdrawing&language=no&
   ver=4.5.3:32
    util.js:211 Google Maps API warning: NoApiKeys [https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys](https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys)
 * Any solution on how to fix it?
 * [https://wordpress.org/plugins/wp-google-map-plugin/](https://wordpress.org/plugins/wp-google-map-plugin/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [ekelareva](https://wordpress.org/support/users/ekelareva/)
 * (@ekelareva)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7508942)
 * The Google Maps APIs require an API key for new domains as of today. See announcement:
   [http://googlegeodevelopers.blogspot.com.au/2016/06/building-for-scale-updates-to-google.html](http://googlegeodevelopers.blogspot.com.au/2016/06/building-for-scale-updates-to-google.html)
 * To fix this:
 * 1) Create an API key as per instructions here: [https://developers.google.com/maps/documentation/javascript/get-api-key](https://developers.google.com/maps/documentation/javascript/get-api-key)
 * 2) Edit the line in the plugin that loads the Google Maps API to include your
   key as the value of a ‘key’ parameter. Wherever you find “[https://maps.googleapis.com/maps/api/js&#8221](https://maps.googleapis.com/maps/api/js&#8221);
   or “[http://maps.googleapis.com/maps/api/js&#8221](http://maps.googleapis.com/maps/api/js&#8221);
   in the plugin, change it to “[https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&#8221](https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&#8221);.
 *  [rytor](https://wordpress.org/support/users/rytor/)
 * (@rytor)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509053)
 * Sorry, my bad. I meant to comment elsewhere.
 *  Thread Starter [mathkn](https://wordpress.org/support/users/mathkn/)
 * (@mathkn)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509060)
 * I could not find the line you mentioned, but I added the API in the settings 
   menu and that worked 🙂
 *  [riten91](https://wordpress.org/support/users/riten91/)
 * (@riten91)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509084)
 * I’ve added key, but now I’m getting this: Your site URL to be authorized
 * nvm after 10 min it worked, I mean my API key 🙂
 *  [Jmccauley5725](https://wordpress.org/support/users/jmccauley5725/)
 * (@jmccauley5725)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509159)
 * I think I found it!
 *  [jwellsksu](https://wordpress.org/support/users/jwellsksu/)
 * (@jwellsksu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509199)
 * Where is the code line mentioned above? Which file?
 *  [sitrakarivelo](https://wordpress.org/support/users/sitrakarivelo/)
 * (@sitrakarivelo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509222)
 * where is the line please? In which file?
 *  [sitrakarivelo](https://wordpress.org/support/users/sitrakarivelo/)
 * (@sitrakarivelo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-7509224)
 * I now use the Version 6.3.17 of WP google maps API and it offer me to enter a
   key when I create a map, and I didn’t have this problem anymore, map displayed
   well.
 *  [fumagall](https://wordpress.org/support/users/fumagall/)
 * (@fumagall)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-8138275)
 * I spent about 7 hours to figure out how to make these API keys working -.-
 * Firstly, I got the ApiNotActivatedMapError, then the the RefererNotAllowedMapError
   one. Finally I was able to fix the situation thanks to the troubleshooting section
   in [this Maps Api keys tutorial](http://RefererNotAllowedMapError).
 * Anyway, I really regret the time when everything worked out of the box without
   any keys or error… And I think that I’m not the only one
    -  This reply was modified 9 years, 8 months ago by [fumagall](https://wordpress.org/support/users/fumagall/).
 *  [fumagall](https://wordpress.org/support/users/fumagall/)
 * (@fumagall)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-8150205)
 * Sorry, wrong link to the tutorial… here is the right one:
    [https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html](https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html)
 *  [saddamkassim](https://wordpress.org/support/users/saddamkassim/)
 * (@saddamkassim)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-8471714)
 * hi guys,
    I had the same problem of google maps error related to javascript and
   it can be fixed with this plugin quickly:
 * [https://wordpress.org/plugins/api-key-for-google-maps/](https://wordpress.org/plugins/api-key-for-google-maps/)
 * Hope it will help you all..
 *  [giovannipds](https://wordpress.org/support/users/giovannipds/)
 * (@giovannipds)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-8708572)
 * Thank you [@saddamkassim](https://wordpress.org/support/users/saddamkassim/),
   worked great. =)
 *  [lukeedwards88](https://wordpress.org/support/users/lukeedwards88/)
 * (@lukeedwards88)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-8830460)
 * Where is the file for this? I am using the map widget on x theme
 *  [Jiyoon](https://wordpress.org/support/users/julieeeeeee/)
 * (@julieeeeeee)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-9248982)
 * ekelareva’s answer worked
 * thanks!

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Google Maps API error: MissingKeyMapError’ is closed to new replies.

 * ![](https://ps.w.org/wp-google-map-plugin/assets/icon-256x256.gif?rev=3111000)
 * [WP Maps - Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters](https://wordpress.org/plugins/wp-google-map-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-map-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-map-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-map-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-map-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-map-plugin/reviews/)

## Tags

 * [google maps api](https://wordpress.org/support/topic-tag/google-maps-api/)

 * 14 replies
 * 12 participants
 * Last reply from: [Jiyoon](https://wordpress.org/support/users/julieeeeeee/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/google-maps-api-error-missingkeymaperror-1/#post-9248982)
 * Status: resolved