You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing some massive cleanup I try to move to trash all items from one folder.
Here is the log:
Source read complete
Found items: 17466
Items to process: 17466
Moving 17466 items to trash
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
moveItemsToTrash Api error SyntaxError: "undefined" is not valid JSON
SyntaxError: "undefined" is not valid JSON
Then I retry the same operation:
Source read complete
Found items: 15466
Items to process: 15466
Moving 15466 items to trash
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
moveItemsToTrash Api error SyntaxError: "undefined" is not valid JSON
SyntaxError: "undefined" is not valid JSON
So it seems that retrying helps and hopefully I will be able to delete it all after several retries.
The text was updated successfully, but these errors were encountered:
Doing some massive cleanup I try to move to trash all items from one folder.
Here is the log:
Source read complete
Found items: 17466
Items to process: 17466
Moving 17466 items to trash
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
moveItemsToTrash Api error SyntaxError: "undefined" is not valid JSON
SyntaxError: "undefined" is not valid JSON
Then I retry the same operation:
Source read complete
Found items: 15466
Items to process: 15466
Moving 15466 items to trash
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
Processing 500 items
moveItemsToTrash Api error SyntaxError: "undefined" is not valid JSON
SyntaxError: "undefined" is not valid JSON
So it seems that retrying helps and hopefully I will be able to delete it all after several retries.
The text was updated successfully, but these errors were encountered: