We provider an integration to our customers to upload files created by system. It works well for personal account. Basically, the process is the customer use Dropbox File Brower pick a folder, and our system saves that folder and upload files. However, I found this doesn't work if my customer is using Business Dropbox Account. It looks I have to create a new Business API App to handle this.
So my question is, should I create 2 APP for same function? I want to make this transparent for my customers, is this possible?
I use Python API, and use these functions currently:
users_get_current_account()
files_upload()
files_get_metadata()
files_create_folder_v2()