synchronization - Multi-user Dropbox sync via API in Web app -


i have web app want provide users ability authorize dropbox accounts file sharing & sync.

basically, if there 3 users: user a, user b , user c, should able hookup dropbox accounts (simple enough using oauth) app, after there new shared folder (say myapp) created under dropbox folder. web app should able list files (under shared myapp folder) shared between 3 users. if of 3 users adds, edits or deletes file in shared myapp folder, change should reflect in web app 3 users.

just trying figure out best possible , simple way in app.

the dropbox api isn't built automatically enable cross-account syncing this, rather enable users access own accounts/files. however, there useful call "/copy_ref" can use copy files between accounts easily:

/copy_ref documentation

beyond that, you'll need handle rest of logic yourself.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -