mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
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:
parent
e8daaf3911
commit
881218238a
4 changed files with 70 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue