404 Not Found Error For All The Google Maps Api V3 Libraries
Solution 1:
You should no longer use https://maps-api-ssl.google.com to access the API. See this blog post
Switch to googleapis.com
The eagle eyed amongst you may have spotted that we have updated all of our documentation to recommend that the Maps APIs be loaded from maps.googleapis.com rather than maps.google.com or maps-api-ssl.google.com. When loaded from maps.googleapis.com, the current implementation of the Maps API v3 does not rely on the exchange of cookies with Google. This improves both the security of the API, and the performance on bandwidth constrained networks. We therefore recommend all sites switch to using maps.googleapis.com.
Solution 2:
It looks like a certificate problem, try to access without https.
http://maps-api-ssl.google.com/maps-api-v3/api/js/21/9/main.js
You can find more information about how get access with https in this answer: https://stackoverflow.com/a/3756468/1845971
Regards.
Post a Comment for "404 Not Found Error For All The Google Maps Api V3 Libraries"