From 124eb21a00cbb2651faa37e125ece4fd7df8ff84 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Tue, 7 Nov 2023 18:16:53 +0100 Subject: [PATCH] Add warning for older versions --- protocols/googlecloudstorage.md | 4 ++++ protocols/googledrive.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/protocols/googlecloudstorage.md b/protocols/googlecloudstorage.md index 2307b2f7..3b8019d9 100644 --- a/protocols/googlecloudstorage.md +++ b/protocols/googlecloudstorage.md @@ -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) diff --git a/protocols/googledrive.md b/protocols/googledrive.md index 847ac6c7..91587e3e 100644 --- a/protocols/googledrive.md +++ b/protocols/googledrive.md @@ -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}