dropbox-fs icon indicating copy to clipboard operation
dropbox-fs copied to clipboard

Not showing more than 2000 files

Open treeol opened this issue 6 years ago • 1 comments

Hi there

I'm facing the problem that it doesn't show me the whole amount of files.

In my case, I have more than 2000 files in the Dropbox-App-Folder.

And dropbox-fs readDir is showing me only 2000 files.

I opened it up as an issue because I didn't find anything documented about this.

Hope you can help me out here.

Sincerely

treeol avatar Jun 14 '19 18:06 treeol

Yes that's normal, https://github.com/sallar/dropbox-fs/blob/master/src/index.js#L101, filesListFolder only return the first ~2000 files. To be able to get the next X items, the filesListFolderContinue http://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolderContinue__anchor and this function is missing from this package

jeremybarbet avatar Jul 25 '19 09:07 jeremybarbet