Places API not working. Error: You must enable Billing on the Google Cloud Project

Places API not working. Error: You must enable Billing on the Google Cloud Project

我有一个 Android 应用程序,我使用 Google 地图显示附近的地点,如加油站、药店等。我正在使用地图和地点 API.

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=12.2649519,76.6208733&radius=10000&type=hospital&sensor=true&key=MY_API_KEY

我已经为我的帐户启用了计费功能。我已将该帐户链接到我的项目。该应用程序运行良好。但是当我现在检查它时,它给了我错误

{ "error_message" : "您必须在 https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started" 的 Google 云项目上启用计费,"html_attributions" : [], "结果" : [], "状态": "REQUEST_DENIED"}

我的结算帐户已激活。我没有对代码或我的计费帐户进行任何更改。我没有对我的 API 密钥设置任何应用程序或 API 限制。

我遇到了同样的问题。显然有两种计费帐户。 Google 云和 google 地图平台。我认为您已经使用了 google 云计费帐户。尝试通过 linking 到 google 地图平台计费帐户。由于某种原因,我无法将我的计费帐户切换到此项目的 google 地图平台,因此我创建了另一个项目并将此 google 地图平台计费帐户添加到此项目。它有效!耶!

使用此 link 创建 google 地图平台结算帐户 https://developers.google.com/maps/gmp-get-started