If you have issue with infinite sync, please give a try to the latest release:
The following has been changed:
- Removed support for OneDrive delta sync and switched to basic sync. It means that sync will be a bit slower, especially when starting, but the result should be more predictable.
- Made error handling more tolerant to take into account how unreliable the OneDrive API has become. It's supposed to be a JSON API but it can randomly return JSON, plain text, or HTML pages so the app now takes this into account and retry the requests in these cases. It also retries more slowly to increase the chances the request will succeed.
If you notice any issue, please let me know. If it's working fine I'll apply the same fix to the mobile and cli apps.
4 Likes