mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 15:58:28 +01:00
chunker: disable ListR to fix missing files on GDrive (workaround #3972)
This commit is contained in:
parent
878ebf3658
commit
c7335e780b
@ -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