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.07k stars 218 forks source link

Dropbox API v1 Retired #283

Closed thewildman closed 1 year ago

thewildman commented 4 years ago

Hi, as per documentation I've been using version 0.10.3 of the dropbox library to create the client, but then a simple fs.writefile fails and the result of the XHR query is {"error": "v1_retired"}.

I gave the latest SDK a try, but then my script simply fail when creating the DropboxFS.

Is there something obvious I'm missing here ?

james-pre commented 1 year ago

@thewildman Does this bug still exist?

thewildman commented 1 year ago

Sorry I have no idea, I've not been using it for a long time.

james-pre commented 1 year ago

Fixed. See #144