From ee2558e5cce2640dd5ef0e29d4dab5af3645bf52 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 30 Oct 2024 15:50:06 +0100 Subject: [PATCH] Fix typo. --- protocols/googlecloudstorage.md | 2 +- protocols/googledrive.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/googlecloudstorage.md b/protocols/googlecloudstorage.md index 2fdc0e04..adb12d56 100644 --- a/protocols/googlecloudstorage.md +++ b/protocols/googlecloudstorage.md @@ -26,7 +26,7 @@ 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. +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 deprecated 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) diff --git a/protocols/googledrive.md b/protocols/googledrive.md index ccafd258..cf1dd755 100644 --- a/protocols/googledrive.md +++ b/protocols/googledrive.md @@ -22,7 +22,7 @@ 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. +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 deprecated 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.