mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 14:19:56 +01:00
dropbox: fix large directory listings
This commit is contained in:
parent
92294a4a92
commit
c3dac2e385
@ -354,7 +354,7 @@ func (f *Fs) List(dir string) (entries fs.DirEntries, err error) {
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
started = false
|
||||
started = true
|
||||
} else {
|
||||
arg := files.ListFolderContinueArg{
|
||||
Cursor: res.Cursor,
|
||||
|
Loading…
Reference in New Issue
Block a user