Android REQUEST_DENIED Google places API
问题 I am working on Android Google maps application but the query string i am using to get results of places near by the user is not working. http://maps.googleapis.com/maps/api/place/search/json?location=123.666,33.166&radius=50000&sensor=false&types=establishment&name=hotel&key={myKey} I am using this link to obtain a Maps API key. here is the response i am receiving. { "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" } Thanks 回答1: You need to generate the Places API key