forked from TrueCloudLab/rclone
dropbox: fix large directory listings
This commit is contained in:
parent
92294a4a92
commit
c3dac2e385
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue