When I try to upload 10000 files to box from salesforce by using Toolkit and apex,
After process finished, I got 9998 files are successfully uploaded but two files got following errors.
All files are same size with 1KB. Why these only two files got error?
Status=Unauthorized, StatusCode=401
and
Status=Gateway Time-out, StatusCode=504
Thanks.