forked from TrueCloudLab/rclone
parent
2e91287b2e
commit
e87e331f4c
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ func (f *Fs) list(ctx context.Context, dirIDs []string, title string, directorie
|
||||||
}
|
}
|
||||||
list.SupportsAllDrives(true)
|
list.SupportsAllDrives(true)
|
||||||
list.IncludeItemsFromAllDrives(true)
|
list.IncludeItemsFromAllDrives(true)
|
||||||
if f.isTeamDrive {
|
if f.isTeamDrive && !f.opt.SharedWithMe {
|
||||||
list.DriveId(f.opt.TeamDriveID)
|
list.DriveId(f.opt.TeamDriveID)
|
||||||
list.Corpora("drive")
|
list.Corpora("drive")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue