I was working on a web app where one of the feature was that a user logs into our system and then uploads some files. I was wondering if there is a way I could use my own Dropbox account to store these uploaded files in an organised and secured manner. I would also like to retrieve these files later on so I will need to store their links in a separate database at the moment upload is done. I am working on a node.js/JavaScript environment with Ubuntu if that matters and hosting the app on Heroku.
I think that the deprecated Datastore API had similar capability but is there a way to implement this with the API V2 ?