POST google Places API - INVALID_REQUEST

时间:2018-03-05 06:35:49

标签: google-places-api

{
  "location": {
    "lat": -33.8669710,
    "lng": 151.1958750
  },
  "accuracy": 50,
  "name": "Google Shoes!",
  "phone_number": "(02) 9374 4000",
  "address": "48 Pirrama Road, Pyrmont, NSW 2009, Australia",
  "types": ["shoe_store"],
  "website": "http://www.google.com.au/",
  "language": "en-AU"
}

我试过这个以及其他地方而没有修改印度地方的请求结构。我收到了以下回复:

{
"html_attributions": [],
"results": [],
"status": "INVALID_REQUEST"
}

我没有得到确切的问题,请恢复解决方案。

1 个答案:

答案 0 :(得分:0)

由于您未指定,我假设您尝试使用文档中描述的Places here上的添加位置端点。

最可能的问题是您忽略了在请求网址中包含API密钥,该网址应如下所示:

https://maps.googleapis.com/maps/api/place/add/json?key=YOUR_API_KEY

请注意,此端点已弃用,Google可能会在将来某个时候将其删除。