We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
PagingMrHerman
5 years agoExplorer | Level 3
Proposed design for uploading and sharing to Dropbox for Healthcare customers
I'd like to get feedback about whether my plan for using the APIs is a good fit for our use-case.
Use case:
Our company produces files, and some of our customers who have "Dropbox for Healthc...
- 5 years ago
Yes, using a full Dropbox API app to upload to a shared folder like that would work.
Greg-DB
Dropbox Staff
I'm happy to help with any technical questions or issues you have regarding the Dropbox API, but I can't offer HIPAA policy or legal guidance. For information on HIPAA/BAA on Dropbox, please refer to this help article: https://help.dropbox.com/accounts-billing/security/hipaa-hitech-overview
As for the technical aspects of using the Dropbox API described here, if I understand correctly, it sounds like you would have just a single Dropbox account connected to your API app, containing all of the files for all of your end-users, is that correct?
Note that the Dropbox API was designed with the intention that each end-user would directly connect their own Dropbox account to the API app, in order to interact with their own files. It is technically possible to connect to just one account, by always using a specific access token. Please be aware that we don't recommend doing so, for various technical and security reasons. (Most of the security concerns are allayed if you're building a server-side app where you can keep the access token secret on the server though.)
PagingMrHerman
5 years agoExplorer | Level 3
Yes, our use of the API would be exclusively via a server-based process (that keeps its credentials in env vars instead of its code).
My main technical question is: Would creating one top-level folder per customer, and inviting the customer's users via their Dropbox-registered email addresses, allow us to deliver files to those users by having our server upload to that folder whenever we have a new file to deliver to them?
- Greg-DB5 years agoDropbox Staff
Yes, using a full Dropbox API app to upload to a shared folder like that would work.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 6 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!