Hi,
I'm considering Dropbox Business with the Advanced Plan for my online data analysis startup. The idea is to use dropbox storage & download as a backend to my online service, not exposing the dropbox UI / apps to my customers.
The recent policy change (23/8) limits the advanced plan to 5TB/"user". My business needs N customers mapped to M dropbox-advanced-plan-user(s) (where M < N) who upload data with file requests which my backend creates programatically (so that a customer does not have access to my dropbox, but is able to upload data there).
For this to work and scale, I need to be able to programatically create users as more customers come in (more data) or delete users when they leave.
The business API has this method:
2/team/members/add_v2
Unfortunately it is not clear to me if this "member" is the same as a "user" as mentioned on the dropbox plan comparison page.
Can someone explain if I can grow the advanced plan dynamically (getting billed for it, of course) or if these are manual admin actions by clicking through the dropbox console manually?