我有谷歌地图api v3嵌入到我的网站,这一切都很好,直到几周前。在过去的几个星期里,时不时的地图砖(只有地图,卫星瓷砖一直工作得很好)没有加载几个小时,有时几天。server responded with a status of 403 http://maps.googleapis.comserver responded with a status of 403
(Forbidden) (AuthenticationS
我试图通过google查询,使用下面的代码片段
request.get(`https://maps.googleapis.com/maps/api/place/autocomplete/`).queryFailed to load https://maps.googleapis.com/maps/api/place/autocomplete/json?如果切换到我的网络选项卡,我可以看到请求本身运行良好
I am using googlemaps.subgurim.net in my application,it is possible to set different GOOGLE API KEY to different users based on their logins. <add key="googlemaps.subgurim.net" value="xxxxxxxxx"/>
.aspx:
; public static void main(String[] args) RestAssured.baseURI="https://maps.googleapis.comException in thread "main" java.net.UnknownHostException: maps.googleapis.com
at java.net.Inet6AddressImpl.lookupAllHostAddr