Hello,
I'm developing a single-user app (1 access token), via the Python AP I, to share many files (~200K totally approx 1TB) from a Business account.
As such, the plan is to use Dropbox.files_download_to_file
1. Would Rate Limiting cause issues here, e.g. what if `files_download_to_file` was used to download the entire content of a business account?
2. Business account traffic is limited to 200GB per day, but apparently this does not apply to authenticated access, such as in this application.
I'd really appreciate any input on these two points.
Many thanks