gpt4 book ai didi

google-sheets - 在 Google 电子表格中查询列表时,ListQuery 中不接受空格

转载 作者:行者123 更新时间:2023-12-04 05:56:13 24 4
gpt4 key购买 nike

我正在尝试将查询传递给电子表格。我有一个值(value)说“约翰塞纳”。我如何在以下行中传递它。这样做时出现错误

ListQuery query = new ListQuery(listFeedUrl);
query.setSpreadsheetQuery("name = 'John cena' and age > 25");
ListFeed feed = service.query(query, ListFeed.class);

这是我得到的错误:
com.google.gdata.util.InvalidEntryException: Bad Request
Parse error: Invalid token encountered

at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:594)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:563)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:552)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:530)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:535)
at com.google.gdata.client.Service.getFeed(Service.java:1135)
at com.google.gdata.client.Service.getFeed(Service.java:1077)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:662)
at com.google.gdata.client.Service.query(Service.java:1237)
at com.google.gdata.client.Service.query(Service.java:1178)

最佳答案

很抱歉我不完全知道答案,但我想提供帮助。

你可以尝试这样的事情:

query.setSpreadsheetQuery("name = \"John cena\" and age > 25");

维基帖子@ http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#SendingStructuredRowQueries说你必须在引号中包含带空格的数据。

关于google-sheets - 在 Google 电子表格中查询列表时,ListQuery 中不接受空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9490005/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com