Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for falsely configured OAuthClient ID #517

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions cyberduck/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 falsely configured OAuthClient ID in the Credential Manager.

To fix this error, delete the corresponding Credential Manager entry formatted like `app:Protocol`.

## Passwords

`````{tabs}
Expand Down
Loading