【问题标题】:{ "error_message": "You must enable Billing on the Google Cloud Project }{ "error_message": "您必须在 Google Cloud 项目上启用结算功能 }
【发布时间】:2025-11-28 07:15:01
【问题描述】:

试图获取地图中两点之间的方向路线

这是我用来获取路线的网址

(https://maps.googleapis.com/maps/api/directions/json?origin=16.3064857,80.4418659&destination=27.2038,77.5011&mode=driving&key=MyApiKey)

还有 我已经在谷歌云控制台中启用了我的计费帐户,但仍然得到输出为

{

  "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",

  "routes": [],

  "status": "REQUEST_DENIED"


}

【问题讨论】:

  • 正如它所说 - 在developers.google.com/maps/gmp-get-started了解更多信息
  • 我按照那个链接做了所有的步骤,但是得到了同样的错误
  • 您好,我遇到了同样的错误,您找到解决方案了吗?

标签: android google-maps android-studio google-cloud-platform google-directions-api


【解决方案1】:

您首先需要验证该项目是否与相关结算帐号相关联。您可以通过进入“Google Cloud Console 管理结算帐户页面”,选择您的结算帐户并点击“与此结算帐户关联的项目”进行检查。 [1] 然后,您需要通过进入“我的项目”选项卡验证计费帐户是否与相关项目相关联,然后您将看到所有项目及其关联的计费帐户。 [2] 任何没有与之关联的计费帐户的项目都将显示“计费已禁用”作为消息。要启用计费,请转到“我的项目”选项卡并从列表中单击所需项目的菜单,选择“更改计费”,然后选择所需的目标计费帐户。如果您已验证上述步骤,请检查该帐户是否拥有所需的权限 [3]

[1]https://cloud.google.com/billing/docs/how-to/view-linked#view_the_projects_linked_to_a_billing_account

[2]https://cloud.google.com/billing/docs/how-to/view-linked#view_the_billing_account_linked_to_each_of_your_projects

[3]https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_an_existing_project

【讨论】:

  • 您好,我已经完成了您提到的所有步骤,但仍然出现错误。有人可以帮忙吗?
  • 这里得到了很好的回答*.com/a/64047186/2850120
最近更新 更多