We're building a new web app for our organization to manage and deliver content to each of our individual clients through the internet. We have a Dropbox business account that we utilize for all of our files and data. Our app will publish content and such to a public website for each one of our clients, respectively. Within the web app, we want to be able to create a document storage interface but sync or "mirror" the folders with a main folder within Dropbox. What this means is that if a user creates a new subfolder or adds a file in either A. Dropbox or B. within our web app, the folder and file structure will mirror each other.
- Each client will have a separate main folder with subfolders and files inside it to display the content we upload
- Anyone with access to either our Business Dropbox account or a user account on our Web App should be able to edit the main folder's content
Some questions I have:
- If a team member authorizes our app to sync with Dropbox, can other users within our app still view and edit the synced folder or will they need to authorize their account as well?
- Is it possible to have complete mirroring between the two applications?
- Has anyone had any experience with something like this before?
Why we want to do this:
- Easy access and management of subfolders files without logging into our web app interface
- Some users have access to Dropbox and others have access to just our web app. Most of our web app users are not a part of our Dropbox business team but still need read/write access to the main client folders.
Looking forward to any input you might be able to divulge on this topic.