我正在尝试使用新的描述更新“Google 我的商家”上的列表,在此过程中您必须更新整个列表。尝试更新地址时,我得到了响应;
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com\/google.mybusiness.v4.ValidationError",
"errorDetails": [
{
"code": 1100,
"field": "address",
"message": "The specified address cannot be located. Please use the UI to provide a pin drop."
}
]
}
]
}
该地址与 20 分钟前从 Google 检索到的地址完全相同,因此与 Google 中显示的内容没有区别。有什么办法可以更新这个列表吗?
Google 详细说明您应该使用 UI 来定位 Map Pin 以更新列表,如果这样做了,那么提供给 Google 的新信息是什么?