You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

TimO1968's avatar
TimO1968
Explorer | Level 4
6 years ago

[ULR] ALWAYS returns internal error, code 409

Please help. This used to work (last used about 6 months ago) but now I get "Internal Error" Code 409 when trying to check the status of a batch copy.

https://api.dropboxapi.com/2/files/copy_batch_v2 returns:

{

  ".tag": "async_job_id",

  "async_job_id": "dbjid:AACfK9NJvJ3Z6Axo9sOaJozr8D3Gv4x6BuGKZm9dupHKHJQ-UGBYldByYfxglFQJ1rrmHOg3gSpWysydPpNsCoc9"

}

.

.

jobId = results["async_job_id"]
load = {
"async_job_id": jobId
}

https://api.dropboxapi.com/2/files/copy_batch/check_v2 using the job id obtained above returns:

{"error_summary": "internal_error/..", "error": {".tag": "internal_error"}} )

which is very unhelpful.

Please advise

Tim

  • For anyone else watching this thread: this issue should now be fixed.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    Thanks for the report! I'll follow up with you privately as it will be helpful to get a few more pieces of information from you to help us investigate this.

    • Greg-DB's avatar
      Greg-DB
      Icon for Dropbox Staff rankDropbox Staff

      For anyone else watching this thread: this issue should now be fixed.