There are two limitations according to Box API document
- 10 API calls per second per user.
- 4 uploads per second per user.
So the question is: the first limit is 10 APIs/sec contains the the second limitation (4 upload APIs/sec) ?
For example: I can call 4 upload APIs/sec + 6 other API call (total 10API calls/sec)
Or 4 upload APIs/sec + 10 other API calls ( total 14 api calls/sec)
Thanks for your helping.
