Changes between Version 22 and Version 23 of help/en/howto/googledrive
- Timestamp:
- Jun 23, 2019 9:16:56 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/googledrive
v22 v23 3 3 = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / Google Drive = 4 4 5 == Connecting to Google Drive == 5 6 Connect to your [http://drive.google.com/ Google Drive] to store plain files. 6 7 7 == Authentication==8 === Authentication === 8 9 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. 9 10 … … 12 13 [[Image(Google Drive OAuth 2 Authentication Code Prompt.png)]] 13 14 14 === Multiple Accounts===15 ==== Multiple Accounts ==== 15 16 You can connect to multiple accounts at the same time. Create a new bookmark for every account and run through the OAuth flow. Make sure to log out in your browser prior setting up a new bookmark to make sure the new bookmark is linked to a newly authenticated account. 16 17 17 === OAuth Reset===18 ==== OAuth Reset ==== 18 19 If you have accidentally logged in with the wrong Google Drive Account or want to change the login of the Google Drive bookmark you can reset the OAuth token by deleting the entries related to `https://Google Drive (user)@accounts.google.com` out of the ''Windows Credential Manager'' or on macOS out of ''Keychain''. 20 21 === Cyberduck CLI === 22 You can list the root contents of your Google Drive with [https://duck.sh Cyberduck CLI] using 23 24 {{{ 25 duck --list googledrive:/ 26 }}} 27 28 Refer to the [wiki:help/en/howto/cli Cyberduck CLI] documentation for more operations. 29 19 30 20 31 == Search ==