我需要用 where 子句查询一些数据
根据 API谷歌地图引擎,我有如下要求。
https://www.googleapis.com/mapsengine/v1/tables/14538994882799551513-11853667273131550346/features?where=gx_id%3D900
对于上面的 URL,它说 BAD REQUEST where=gx_id=900
响应是
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "The value is invalid.",
"locationType": "parameter",
"location": "query"
}
],
"code": 400,
"message": "The value is invalid."
}
}
请告诉我这个网址有什么问题