I have referred to your forum/support/documentations and have set up the API and CSV file correctly.
Examples of what I have already referenced:
• http://www.wpgmaps.com/documentation/exporting-and-importing-your-markers/
• http://www.wpgmaps.com/documentation/how-to-generate-a-google-maps-geocoding-api-key/
The problem is that I am still unable to upload my CSV file as I get this message/error every time:
Unable to get location data for 2814 E. 20th St Farmington, NM
object(stdClass)#120 (3) { [“error_message”]=> string(74) “This IP, site or mobile application is not authorized to use this API key.” [“results”]=> array(0) { } [“status”]=> string(14) “REQUEST_DENIED” } Unable to get location data for 292 Kamehameha Avenue Hilo, HI
object(stdClass)#143 (3) { [“error_message”]=> string(74) “This IP, site or mobile application is not authorized to use this API key.” [“results”]=> array(0) { } [“status”]=> string(14) “REQUEST_DENIED” }
Please tell me what I can do to fix this problem.