Skip to content

Commit

Permalink
Merge pull request #564 from iterate-ch/issue/556
Browse files Browse the repository at this point in the history
Add warning for OAuth Client ID blocked by Google.
  • Loading branch information
dkocher authored Aug 20, 2024
2 parents 03e632b + cf63b7d commit 425854a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit 425854a

Please sign in to comment.