I have a question about the conditions under which the following error occurs when using the zip archive download API.
The error in question is ‘enterprise_too_many_concurrent_downloads’.
Is the following understanding correct?
- For example, if 11 users, each belonging to different companies, use the same custom app at the same time and perform zip downloads, enterprise_too_many_concurrent_downloads will not occur (assuming parallel downloads are not performed in each company).
I would like to see if the enterprise_too_many_concurrent_downloads error is related to the number of parallel downloads for my company rather than the total number of parallel downloads for my custom app’s users.