ericyd / gdrive-copy

Web app to copy a Google Drive folder
https://script.google.com/macros/s/AKfycbxbGNGajrxv-HbX2sVY2OTu7yj9VvxlOMOeQblZFuq7rYm7uyo/exec
MIT License
1.58k stars 343 forks source link

Retry errors #66

Closed ericyd closed 5 years ago

ericyd commented 5 years ago

This would close #65. Adds a "retryQueue" property that is processed after all the other files are done.

When a file copy errors out, it is pushed to the "retryQueue". When a file copy has been attempted more than 3 times, it will log the error at that point rather than continuing to try copying it.