Skip to content

Commit

Permalink
Add warning for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Nov 7, 2023
1 parent 4e1f552 commit 124eb21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocols/googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ In the login prompt of Cyberduck you enter the *Access Key* for the username and

### OAuth 2.0 Access

```{attention}
Using prior versions to 4.12.0 (Mountain Duck) or 8.4.0 (Cyberduck), you might **not** be able to connect to Google Cloud Storage anymore because of the deprescated OAuth out-of-band flow.
```

You must obtain the project ID (`x-goog-project-id`) of your project from the Google Cloud Platform under *Storage Access* from the Google Cloud Storage tab. [Direct link to Google Cloud Storage settings.](https://console.cloud.google.com/storage/settings)

![Project ID Bookmark Configuration](_images/Project_ID_Bookmark_Configuration.png)
Expand Down
4 changes: 4 additions & 0 deletions protocols/googledrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Connect to your [Google Drive](http://drive.google.com/) to store plain files.

### Authentication

```{attention}
Using prior versions to 4.12.0 (Mountain Duck) or 8.4.0 (Cyberduck), you might **not** be able to connect to Google Drive anymore because of the deprescated OAuth out-of-band flow.
```

Google Drive uses OAuth 2 to allow Cyberduck to access your files on Google Drive. Choose your account email as the username in the bookmark and choose *Allow* on the website opened in your default web browser to allow Cyberduck to *View and manage the files in your Google Drive*. The authorization code will be submitted to Cyberduck automatically. Subsequent connections will not require authorization, unless the refresh token itself is expired due to inactivity.

```{attention}
Expand Down

0 comments on commit 124eb21

Please sign in to comment.