Skip to main content
Question

How many files can be downloadable parallelly?

  • May 22, 2025
  • 2 replies
  • 19 views

Forum|alt.badge.img

Hi

I am using AWS lambda function to download multiple simultaneously files from Box. I don't know, how many threads box can support to download multiple files at the same time.

 

Thanks

Sushil

2 replies

Forum|alt.badge.img

Hi  , our APIs have the following rate limits https://developer.box.com/guides/api-calls/permissions-and-errors/rate-limits/

 

General API calls: 1000 API requests per minute, per user. 

 

I don't think we have a parallel limit.

 

 

 


Forum|alt.badge.img

Thanks for responding