Monday: My OneDrive integration has suddenly stopped working today, yielding an ETag error. Note that I am not uploading/writing - simply reading. Here is the error from reading a directory. (no changes in user permission since it was working last night) Any idea what's causing it / how to fix?
POST ERROR: HTTP/1.1 409 Conflict https://graph.microsoft.com/v1.0/me/drive/root/children {
"error": {
"code": "resourceModified",
"message": "ETag does not match current item's value",
"innerError": {
"date": "2020-06-22T20:29:07",
"request-id": "{uuid}"
}
}
}