我在每天 2500 次免费路线查询的限制内使用 Google Directions Api。它工作正常。现在,当它在https://developers.google.com/maps/documentation/directions/start 中明确写入Client Id 用于高级计划时,它在请求 api 时突然出现此错误。
下载的 URL:{ "error_message" : "您必须在与此客户端 ID 关联的 Google Cloud 项目上启用计费,网址为https://console.cloud.google.com/project/_/billing/enable。了解更多信息,请访问https:// /developers.google.com/maps/premium/new-plan-migration ", "routes" : [], "status" : "REQUEST_DENIED"} 后台任务数据 { "error_message" : "您必须在 Google Cloud 上启用计费与此客户端 ID 相关的项目,请访问https://console.cloud.google.com/project/_/billing/enable。了解更多信息,请访问https://developers.google.com/maps/premium/new-plan-migration " ,“路线”:[],“状态”:“REQUEST_DENIED”}
我该如何解决这个问题