Stackoverflow 上有很多 Google Place api REQUEST_DENIED 帖子,但我没有答案。
我在 Google API 控制台上创建了一个项目
在该项目下,使用 SHA1 证书指纹(debug.keystore)和包名生成 Android API 密钥
已经在 Googel API 控制台上开启了“Place API”服务。
请求 URL 来自此处的 google 示例,并且已经替换了生成的 android API 密钥 https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor =false&key=AddYourOwnKeyHere
但仍然得到 REQUEST_DENIED.......