Getting Error in retrieving data from Google Spreadsheet API using Structure Query (sq) in Android

前端 未结 2 1763
你的背包
你的背包 2021-01-06 11:44

I am working with Google Spreadsheet API in Android. I am successfully done with the integration and able to retrieve the rows. But facing a little problem in search functio

2条回答
  •  隐瞒了意图╮
    2021-01-06 12:12

    Or you could search the issues list for issue 2308 and notice comment 3:

    if you just wrap the name in quotes, it works fine. You can even use spaces in your column names here.

    https://spreadsheets.google.com/feeds/${KEY}/records/0?sq="5B"+%3D+3 https://spreadsheets.google.com/feeds/${KEY}/records/0?sq="the+cat"+%3D+3

    ... and hope that what was not documented in respect of the records feed was actually implemented in respect of the list feed, despite the transition to a 'WontFix' status later.

提交回复
热议问题