`dropbox.filesListFolder()` (js) with limit option does not work correctly. I think it was working until last week or so.
The correct behavior is that if you have a folder with dozens of data and you put `limit: 100`, you should be able to get all the data. However, it now only returns a maximum of 12 cases.
If I try to remove `limit: 100` and add `recursive: true`, I can get all dozens of data.
Since I have not changed anything in the implementation, I am assuming that the Dropbox API has changed its behavior.