mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 13:23:21 +00:00
@@ -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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user