-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsyncMirror and Dropbox fails when there are subfolders with file #276
Comments
I can confirm this issue, after some debugging, it seems the reason for this is that Dropbox returns the absolute path of the file when listing directories. I'm pretty new to the codebase, so I'm not sure which behaviour is supposed to be correct (I tend to lean towards the |
Yep, official doc says
so the correct behaviour is relative path. I'll look into a fix, hoping it does not break other Dropbox internals. |
@FredrikAleksander Does this bug still exist? |
Closing (stale). If you would like to reopen this issue, please do so by creating a new issue in the relevant repositories of @browser-fs |
When using AsyncMirror and Dropbox, and there are subfolders with files, it fails during configure. In the error, it seems to try and fetch but uses the subfolder path twice
.
I'm running the latest code from the master branch
A simple way to reproduce this error is by using this code in a web page, waiting for it to write the changes, and reload the page.
The text was updated successfully, but these errors were encountered: