Question
The operation is blocked by another on-going operation
We have developed a web application that uses the BOX V2 SDK to copy and update folders. We are getting the following error on one of the template folder structures we are trying to copy with the boxClient.FoldersManager.CopyAsync method:
Box.V2.Exceptions.BoxConflictException<>Box.V2.Extensions.BoxResponseExtensions.ParseResults<T>(IBoxResponse<T> response, IBoxConverter converter):0
{"type":"error","status":409,"code":"operation_blocked_temporary","help_url":"http:\/\/developers.box.com\/docs\/#errors","message":"The operation is blocked by another on-going operation","request_id":"77gvfzgj6s9ppoqu"}
Does anyone know of a way to cancel any pending requests made to a folder ID in BOX?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.