mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +01:00
parent
2e91287b2e
commit
e87e331f4c
@ -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 New Issue
Block a user