我遇到了有关Google Map JavaScript API访问的问题。
我可以从本地html文件(C:\ path \ to \ google.html)中使用Javascript类,Map,DirectionsService和Geocoder访问Google Maps API。
实际上MY_API_KEY
是有效密钥。
脚本标签是:
<script async defer type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=MY_API_KEY&callback=initialize"></script>
但是我不能只在本地服务器(http://localhost:8080/static/path/to/google.html)上使用具有相同源的DirectionsService。
console.log()消息为:
Directions Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
我怎么去那里?
答案 0 :(得分:0)
错误消息是:Directions Service:此API项目无权使用此API。
您需要在您的API项目中授权Directions API