cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Random Error 500 when using batchUpload from ObjectiveDropboxOfficial

Random Error 500 when using batchUpload from ObjectiveDropboxOfficial

phil1995
New member | Level 2

Hello,

I use the ObjectiveDropboxOfficial Framework and often get an error 500 when calling batchUploadFiles. It seems to be completely random for which file the batchUpload fails. I call batchUploadFiles for only one file at a time, because it has the convenience to chunk large files, etc. If it is important: the files to be uploaded in this case were all quite small (< 10kb).

 

requestIds:

 

DropboxInternalServerError[{
    ErrorContent = nil;
    RequestId = 1f5bee49483628499ea336ef74f9cb00;
    StatusCode = 500;
    UserMessage = nil;
}];

DropboxInternalServerError[{
    ErrorContent = nil;
    RequestId = 055da4b0e7b9fb9159da3d6308aee18e;
    StatusCode = 500;
    UserMessage = nil;
}];

DropboxInternalServerError[{
    ErrorContent = nil;
    RequestId = b911bde1db7f079fbc19af949df54074;
    StatusCode = 500;
    UserMessage = nil;
}];


Thanks a lot in advance!

 

 

 

2 Replies 2

Greg-DB
Dropbox Staff

Thanks for the report! We'll look into it.

Greg-DB
Dropbox Staff

Apologies for the delay here. I just wanted to follow up to let you know that the team has been working on improving the error rate here. It may not be possible to completely eliminate all occurrences of issues like this though, so you may wish to implement automatic retrying in your app if you haven't already and you're still seeing these errors.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?