Hello Dropbox team,We are planning to add a feature in our application where users can import the documents from dropbox. I have got the following questions.
- As per the plans here https://www.dropbox.com/business/plans-comparison, the limit for API calls is only for data transport.
Transfer data from your existing solutions with 1 billion included API calls per month to data transport partners.
As per the documentation https://www.dropbox.com/developers/reference/data-transport-limit, only upload calls are considered as data transport calls. In our feature, we will only be downloading the documents from dropbox and import to our system. Can you please confirm if there is any limit for downloading of files similar to data transport limit? I also found that download limit is specific to the user account not the developer account(https://help.dropbox.com/share/banned-links). Can you please confirm on this too? - For choosing the files from dropbox, we have been exploring Chooser component https://www.dropbox.com/developers/chooser. This opens a new window to select the files which needs to be downloaded. Is there an option to load the same chooser in an iframe inside our application? Please let me know.