From daa00d4b25af629e400b094747d3c30ffe8d9a46 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 8 Apr 2024 16:08:52 +0200 Subject: [PATCH 1/2] Add note for falsely configured OAuthClient ID --- cyberduck/connection.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cyberduck/connection.md b/cyberduck/connection.md index 0b9298a1..0ac4b4af 100644 --- a/cyberduck/connection.md +++ b/cyberduck/connection.md @@ -111,6 +111,16 @@ Passwords will be autofilled as long as you choose to enable the _Use Keychain_ A warning sign next to the URL indicates the server may not be reachable due to a missing or invalid hostname in the _Server_ field. +### OAuth refresh token not accepted + +```{note} +This bug can affect OneDrive, Sharepoint, Google Drive, and Dropbox +``` + +Within Cyberduck version 8.7.2, there is a non-zero change that the refresh OAuth token is not accepted. The refusal is caused by a falsly configured OAuth client ID in the Credential Manager. + +To fix this error, delete the corresponding Credential Manager entry formated like `app:Protocol`. + ## Passwords `````{tabs} From 970b9d028d29a42c9fce5144db56d9875bd55ffe Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 8 Apr 2024 17:26:37 +0200 Subject: [PATCH 2/2] Fix wording --- cyberduck/connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyberduck/connection.md b/cyberduck/connection.md index 0ac4b4af..249a3a89 100644 --- a/cyberduck/connection.md +++ b/cyberduck/connection.md @@ -117,9 +117,9 @@ A warning sign next to the URL indicates the server may not be reachable due to This bug can affect OneDrive, Sharepoint, Google Drive, and Dropbox ``` -Within Cyberduck version 8.7.2, there is a non-zero change that the refresh OAuth token is not accepted. The refusal is caused by a falsly configured OAuth client ID in the Credential Manager. +Within Cyberduck version 8.7.2, there is a non-zero change that the refresh OAuth token is not accepted. The refusal is caused by a falsely configured OAuthClient ID in the Credential Manager. -To fix this error, delete the corresponding Credential Manager entry formated like `app:Protocol`. +To fix this error, delete the corresponding Credential Manager entry formatted like `app:Protocol`. ## Passwords