ZIP Archive API's "enterprise too many concurrent downloads" Error Conditions

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.

1 Like

Hi @user126

It should be per company AKA enterprise id.

But what prompted you for this question, are you having issues currently?

Cheers