Fix select params

This commit is contained in:
Abhishek Pandey 2023-08-19 09:51:58 +05:30
parent 15944b83cc
commit 420d9df49a

View File

@ -96,7 +96,10 @@ func idAnd(ss ...string) []string {
func DriveItemSelectURLCache() []string { func DriveItemSelectURLCache() []string {
return idAnd( return idAnd(
"content.downloadUrl",
"deleted", "deleted",
"file",
"folder",
) )
} }