【发布时间】:2021-01-18 04:44:36
【问题描述】:
我是第一次尝试 Geolocation API,但无法使其正常工作。 尝试来自 https://developers.google.com/maps/documentation/geolocation/overview 的示例,但总是返回 404。我已经为此项目启用了计费功能。
请求正文:
{
"homeMobileCountryCode": 412
}
回复:
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"errors": [
{
"message": "Requested entity was not found.",
"domain": "global",
"reason": "notFound"
}
],
"status": "NOT_FOUND"
}
}
【问题讨论】:
-
同样的问题,与 Postman 合作。不管我提供什么信息。你找到解决办法了吗?
-
还是同样的问题。我放弃了:)
-
有人有解决办法吗?