Google Places API“请求被拒绝”错误

时间:2013-05-15 20:08:13

标签: android google-places-api google-places

我正在尝试使用以下内容在我的Android应用中调用Google放置API: https://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=true&key=AddYourOwnKeyHere

我尝试使用调试密钥,甚至尝试生成私钥,但我得到的只是REQUEST_DENIED响应。

我已按照提及的步骤生成Android API密钥,但仍然是错误。

我错过了什么?我可以使用google places api在我的Android应用程序中使用权威指南吗?

您的建议将受到高度赞赏。

3 个答案:

答案 0 :(得分:5)

您正在使用Android密钥进行google Place API 登录google console然后创建Place API密钥,再试一次。 enter image description here enter image description here

答案 1 :(得分:3)

  1. 从api控制台删除旧的api项目。
  2. 创建一个新项目。
  3. 只启动google places api服务。
  4. 点击试用链接 5,使用它所做的默认密钥。
  5. 从网址字段复制密钥并在应用中使用它。

答案 2 :(得分:1)

在Google控制台中,在服务标签中,您是否已启用Google地图? 参考: https://developers.google.com/maps/documentation/javascript/tutorial#api_key https://developers.google.com/places/documentation/