mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 08:58:26 +08:00
chunker: disable ListR to fix missing files on GDrive (workaround #3972)
This commit is contained in:
parent
18c7549770
commit
004c3796de
|
@ -296,6 +296,8 @@ func NewFs(name, rpath string, m configmap.Mapper) (fs.Fs, error) {
|
|||
ServerSideAcrossConfigs: true,
|
||||
}).Fill(f).Mask(baseFs).WrapsFs(f, baseFs)
|
||||
|
||||
f.features.Disable("ListR") // Recursive listing may cause chunker skip files
|
||||
|
||||
return f, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user