{"error_summary": "too_many_write_operations/...", "error": {"reason": {".tag": "too_many_write_operations"}}}
I am getting this error when using the V2 API (via PHP & curl) to move a folder with about 30 files in it-- I'm confused because it doesn't seem like this is a big enough operation to trigger an error.
One thing to note is that the destination folder already exists with identical files in it. I expect that the files in the destination should either be duplicated or overwritten and the source deleted, but instead I just get the error above. It seems like this behavior is inconsistent-- sometimes it works OK and sometimes I get an error.
This is what my folder structure looks like:
-/images/1099
--img1.jpg
--[...]
--img30.jpg
-/archive/accountname/ordernumber/1099
--img1.jpg
--[...]
--img30.jpg