我正在尝试使用以下网址向Google Places API提出请求:https://maps.googleapis.com/maps/api/place/search/xml? location = 37.77264,0122.409915 & radius = 500 & type = educational %20services&名称=珠穆朗玛峰%20college%20san%20francisco&传感器=假键= YourApiKey
这是我得到的回应:
<PlaceSearchResponse>
<status>REQUEST_DENIED</status>
</PlaceSearchResponse>
Run Code Online (Sandbox Code Playgroud)
知道上面的URL有什么问题吗?