我正在尝试使用Google Roads API,但似乎无法正常工作。
如果我在浏览器中键入以下URL,则会收到以下响应:
https://roads.googleapis.com/v1/speedLimits?path=51.4907313,-0.2160447|51.4905303,-0.2139847&key=*******
出于明显的原因,我用星号替换了API密钥。
响应:
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
}
我该如何解决?
请注意,我是有关Google API的新手。
非常感谢您。
答案 0 :(得分:-1)
您很可能没有与您的Google API项目关联的结算帐户。这样的事情我也经历过。由于我已经建立了一个计费帐户并将其添加到API项目中,因此请求可以按预期运行。
请参阅: How to add a Google billing account和 How to modify a projects billig account