Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在 Google Picker 视图列表中显示当前在驱动器上的文件,或者如果可能仅在特定文件夹中显示。但是,当我尝试打开选择器时,它还会显示之前已删除的文件。我怎样才能解决这个问题?
我认为即使您想使用选择器也无法查看已删除的文件。
这些文件是否可能存在于您不知道的子文件夹中?我知道我犯了那个错误。如果您搜索驱动器,您可能会找到它们。
据我所知,要查看已删除的文件,您必须使用 gapi.client.drive.files.list api。它实际上默认显示它们,因此您必须使用查询词排除它们:
'q' : 'trashed = false'