Fix select params
This commit is contained in:
parent
15944b83cc
commit
420d9df49a
@ -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",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user