Lots of Google Place api REQUEST_DENIED post on Stackoverflow but no answer for me.
I have create a project on Google API console
Under that project, using SHA1 certificate fingerprint (debug.keystore) and package name to generate the Android API key
Already turn on the "Place API" service on Googel API console.
The request URL is come from google sample here and already replace the generated android API key https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AddYourOwnKeyHere
But still get the REQUEST_DENIED.......