我有一个 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" : "You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started", "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED"}
我的结算帐户处于活动状态。我没有对代码和我的结算帐户进行任何更改。我没有对我的 API 密钥设置任何应用程序或 API 限制。
我创建了一个新的计费帐户并将其链接到项目以检查我的旧计费帐户是否有任何问题。我遇到了同样的错误。