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 warning for OAuth Client ID blocked by Google. #564

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions protocols/googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Google Cloud Storage
:width: 128px
:::

:::{admonition} Application blocked by Google
:class: error

Currently the error `This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.` is shown when attempting to grant permission to access Google Drive ([#16178](https://github.com/iterate-ch/cyberduck/issues/16178)). As a workaround you will need to register your own [Custom OAuth 2.0 Client ID for Google Cloud Storage and Google Drive](https://docs.cyberduck.io/protocols/profiles/google_client_id/) to be used with a custom connection profile instead.
:::

> [Google Cloud Storage](https://cloud.google.com/storage/docs) is an S3 compatible service with pricing based on usage. Google Cloud Storage is interoperable with [S3](s3/index.md).

:::{contents} Content
Expand Down
6 changes: 6 additions & 0 deletions protocols/googledrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Google Drive
:width: 128px
:::

:::{admonition} Application blocked by Google
:class: error

Currently the error `This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.` is shown when attempting to grant permission to access Google Drive ([#16178](https://github.com/iterate-ch/cyberduck/issues/16178)). As a workaround you will need to register your own [Custom OAuth 2.0 Client ID for Google Cloud Storage and Google Drive](https://docs.cyberduck.io/protocols/profiles/google_client_id/) to be used with a custom connection profile instead.
:::

:::{tip}
Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Drive File Stream* or *Drive for Desktop*.
:::
Expand Down
Loading