Hi!
I'm building a JS web app that requires end-users that are logged into the app, to interact with one Dropbox account via the API. The interaction is based on new files being created when a when a form is submitted, triggering an API call and using information from the form.
However I'm unsure how to go about the auth process that requires multiple people on different computers to interact with one Dropbox account after I read in another post on the forum, 'do you mean that your end-users should only be interacting with the contents of your own one Dropbox account? That's not the intended/supported use of the API, but it is technically possible'.
So I assume that what I'm trying to do is possible but not advised? Could anyone shed a light on how it is technically possible or some alternative routes please.
Just to add, the account is a Business account that has assigned users...perhaps this opens up some other opportunities to achieve what I want to do?
Thanks