I use https://api.dropboxapi.com/2/files/move_batch_v2 to move files and get the `async_job_id`. Then I use https://api.dropboxapi.com/2/files/move_batch/check_v2 with `async_job_id` to check the process status, and when the process was done, I get the response which includes `too_many_write_operations` error for some files, the others are ok.