I am trying to integrate Google Maps Javascript API with my Rails Web Application running on locally on a VM. I can't get the Javascript code from the API. The sample I am following is this.
https://developers.google.com/maps/documentation/javascript/tutorial?csw=1
And the error I receive while trying to load the code is this.
GET https://maps.googleapis.com/maps/api/js?key=MY_KEY&callback=initMap net::ERR_NAME_NOT_RESOLVED
Note I am sending my actual key in the call to API. Already tried solution provided to this question