I am running a save routine hundreds of times a day saving modifications to large files to a google Drive folder.
Once a day roughly I get this error: 5/15/2022, 12:06:55 PM: Exception: Service error: Drive
It doesn't matter if I try to delete and resave the files or if I select the files and use setContent to alter their contents. I still get this error once in a while.
I am running this activity through a web app and external trigger so it's possible that the script could be run more than once simultaneously but I protect against that eventuality using a lock, so it should not be the case.
Has anyone experienced this before? Was it a quota issue or something intermittent?