Issue with Google Drive API Call when searching fo

2019-02-25 08:33发布

If you create a file in your Drive named "HelloWorld" and you then make the following API Call, https://www.googleapis.com/drive/v2/files?q=title+contains+'World' the file does not come up in the results.

  1. It works properly on ?fullText+contains+'World'
  2. It also works on ?title+contains+'HelloW'

1条回答
姐就是有狂的资本
2楼-- · 2019-02-25 09:17

This is the expected behavior. "title contains <substring>" queries are not supported. This is also true for the search functionality on the Google Drive front-end.

查看更多
登录 后发表回答