Constructs a Dropbox-backed file system using the authenticated DropboxJS client.
Note that you must use the old v0.10 version of the Dropbox JavaScript SDK.
Private Returns a BrowserFS object representing a File, created from the data returned by calls to the Dropbox API.
Private
Delete a file or directory from Dropbox
isFile should reflect which call was made to remove the it (unlink or
rmdir). If this doesn't match what's actually at path, an error will be
returned
Private Returns a BrowserFS object representing the type of a Dropbox.js stat object
Converts a Dropbox-JS error into a BFS error.
Create the file at path p with the given mode. Then, open it with the given flag.
Create a directory
Opens the file at path p with the given flag. The file must exist.
The path to open.
The flag to use when opening the file.
Get the names of the files in a directory
Delete a directory
Delete a file
Generated using TypeDoc
A read/write file system backed by Dropbox cloud storage.
Uses the Dropbox V1 API.
NOTE: You must use the v0.10 version of the Dropbox JavaScript SDK.