REQUEST_DENIED when using the Google Places API

前端 未结 12 1375
庸人自扰
庸人自扰 2020-12-04 01:56

I\'m trying to make a request to the Google Places API, using the following url: https://maps.googleapis.com/maps/api/place/search/xml?location=37.77264,-122.409915&radi

12条回答
  •  我在风中等你
    2020-12-04 02:34

    In my case, the problem was I tried to use the API key for Android (which seems fairly logical) but then I tried to change it for the browser's API key and it finally works right now. Why? Don't ask me. :)

    Hope that helped.

提交回复
热议问题