Hello!
I'm writing a small Node.js web app to upload files to Dropbox.
Login to the application will be via Dropbox OAuth. After this the user will be able to send files to my shared folder
Typically the file is first uploaded to the server and then uploaded to Dropbox.
However, this results in wasted time and resource consumption when working with large files.
Is there a way to upload a file directly from the browser under the user's own Dropbox account?