Update usage.md and known-issues.md regarding AADSTS70000 errors (#3615)

* Add detailed guidance to usage and known-issues documentation explaining
AADSTS70000 errors during authentication. Clarifies that these failures are
caused by invalid or expired authorisation codes, commonly due to browser
extensions or privacy features modifying the redirect URI, and documents
recommended remediation steps.
* Fix 'OneDrive Free Client' as this should read 'OneDrive Client for Linux'
This commit is contained in:
abraunegg 2026-01-24 08:04:40 +11:00 committed by GitHub
commit 881218238a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 70 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
# chkconfig: 2345 20 80
# description: Starts and stops OneDrive Free Client
# description: Starts and stops OneDrive Client for Linux
#
# Source function library.
@ -19,7 +19,7 @@ fi
# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 1
APP_NAME="OneDrive Free Client"
APP_NAME="OneDrive Client for Linux"
STOP_TIMEOUT=${STOP_TIMEOUT-5}
RETVAL=0