Google Drive API Files.List查询字符串

时间:2012-07-12 17:23:24

标签: google-drive-api

我想知道用于制定查询字符串的关键字和参数 对于google drive api list.setQ方法。

这是我的代码:

FileList files = drive.files().list()
            .setQ("trashed=true")
            .setMaxResults(100)
            .execute();

到目前为止,我发现“TRASHED”是有效的参数,我可以用来列出所有的 在我的谷歌驱动器中删除了文件。拥有完整的参数列表会很不错。该清单可用吗?

1 个答案:

答案 0 :(得分:8)

Google Drive SDK文档列出了您可以在查询中使用的所有字段和运算符:

https://developers.google.com/drive/search-parameters