Hacker News new | ask | show | jobs
by defrndr 4851 days ago
Is there anyway one can use it for a web app? I only see Android and iOS support.
2 comments

Take a look at the Core API for use from a web app: https://www.dropbox.com/developers/core/gs
this only makes sense if you save locally and want to have the files synced to the cloud like Dropbox does. Since a webapp will most likely not store stuff locally (and when it does, i doubt dropbox could access it) it doesnt really make sense.

But you can still use their Core API for this though.