Hello all,
My team and I have some questions around the API features offered by Standard/Advanced plan.
Currently, we are thinking to build an application where the end users can upload documents (pdf/photos, etc.) to our app and Dropbox will be the storage.
We are planning something like this below.
End users(approx. 1000 users)>>> App using DBX platform>>> (The App accesses Dropbox on behalf of all end users and takes actions on each user's folders and files via API)>>> DropBox
I have confirmed that it is possible for an end user to upload files to the app with a chat agent...
I also checked in the API documentation and found out there are many actions beside “upload”, so end users can edit/delete/replace a new file as they like. Seeing "Take actions on files and folders—like creating, reading, editing, moving, and deleting—with the Dropbox Files API..." from https://www.dropbox.com/developers, I feel like it is possible to do what we are planning to do...
Does anyone have done somethig similar? Is this use case rare?