We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Fathima Sheeja
9 hours agoNew member | Level 1
Dropbox internal error occured - Resolution
Hi Team,
We have a batch execution which searches for a particular file in a given shared folder path in dropbox for each record in the input batch. We are then downloading this file and attaching it to an email to end users. We have also implemented retries with sleep time incase if the dropbox ratelimits have exceeded. Now the setup works 95% but occasionally we are facing the below error from dropbox during the search.
November 12, 2024 at 06:32 (UTC+5:30) : com.dropbox.core.v2.files.SearchErrorException: Exception in 2/files/search_v2: "internal_error"
Because of this error , the file attachment is missed out of the emails , thus causing a business impact. Is there a way to handle this error, or know a portential root cause for the same , so that we can optimize workflows from our end
- Greg-DBDropbox Staff
To handle that, catch the SearchErrorException and get the SearchError from SearchErrorException.errorValue. You can use SearchError.isInternalError to check if it's the "internal error" case in particular, in which case you can retry the call.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 2 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!