jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Localize Dropbox readdir path. #288

Closed Faless closed 2 years ago

Faless commented 4 years ago

Dropbox always returns the absolute path for the file, but readdir should instead return the localized path (the bare filename).

Fixes #276

Faless commented 4 years ago

Not sure what is wrong with CI :( . Any hint?