Skip to content

Commit

Permalink
Update Screenshots and documentation on Google and Dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Nov 1, 2023
1 parent c92d58d commit 6f98b07
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 14 deletions.
Binary file added protocols/_images/Dropbox_Permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified protocols/_images/Google_Drive_OAuth_2_Authentication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified protocols/_images/Google_Storage_OAuth_Token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added protocols/_images/OneDrive_Sign_In.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions protocols/dropbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Access your [Dropbox](https://db.tt/49NiK95I) without syncing to your computer.

![Dropbox Link](_images/Dropbox_Link.png)

3. Log in to Dropbox and paste the authorization code obtained to the login prompt.
3. Log in to Dropbox and grant permissions to *Cyberduck*.

![Dropbox Authorization Code](_images/Dropbox_Authorization_Code.png)
![Dropbox Permissions](_images/Dropbox_Permissions.png)

4. The authorization code will be submitted to Cyberduck automatically.

```{admonition} Multiple Accounts
:class: tip
Expand Down
2 changes: 1 addition & 1 deletion protocols/googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You must obtain the project ID (`x-goog-project-id`) of your project from the Go

![Project ID Bookmark Configuration](_images/Project_ID_Bookmark_Configuration.png)

In the login prompt of Cyberduck, you enter the `x-goog-project-id` for the username and enter the *Authorization Code* retrieved from the website where you grant Cyberduck access to your account.
In the login prompt of Cyberduck, you enter the `x-goog-project-id` for the username. The authorization code will be submitted to Cyberduck automatically.

![Cyberduck OAuth Permissions](_images/Google_Storage_OAuth_Token.png)

Expand Down
4 changes: 1 addition & 3 deletions protocols/googledrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ Connect to your [Google Drive](http://drive.google.com/) to store plain files.

### Authentication

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*. Copy the authentication code displayed into the login prompt.
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.

![OAuth 2 Authentication](_images/Google_Drive_OAuth_2_Authentication.png)

![OAuth 2 Prompt](_images/Google_Drive_OAuth_2_Authentication_Code_Prompt.png)

```{attention}
Using *[Advanced Protection Program](https://support.google.com/accounts/answer/7539956#non-goog_apps&zippy=%2Ccan-i-use-non-google-apps-services-or-apps-script-with-advanced-protection)* will cause the OAuth login flow to fail.
```
Expand Down
7 changes: 3 additions & 4 deletions protocols/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to the *One
The OneDrive connection profile is bundled by default and connects to the endpoint `https://graph.microsoft.com/v1.0/me`. Login with your personal or business account to `login.microsoftonline.com` when prompted to grant access to Cyberduck.

- OneDrive uses OAuth 2 for authentication with `graph.microsoft.com`. When opening a connection, a web browser window is opened to grant access to OneDrive for Cyberduck.
```{image} _images/Microsoft_OneDrive_OAuth_Authorization.png
:alt: OAuth 2 Authentication
:width: 500px
```

![OneDrive sign in](_images/OneDrive_Sign_In.png)

- 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.


Expand Down
4 changes: 0 additions & 4 deletions protocols/sharepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ There is a preview method of review application consent through the Azure Active

## SharePoint Server

```{note}
Currently limited to connect mode [smart synchronisation](../mountainduck/connect/sync.md).
```

To connect to a SharePoint Server, choose [WebDAV](webdav/index.md) for the connection type. This is available to

- SharePoint Server 2013
Expand Down

0 comments on commit 6f98b07

Please sign in to comment.