* Cloud: Added full log of setup procedure of a Google Drive "remote" for rclone.
This commit is contained in:
124
cloud-storage/20221116.rclone-config-demo.txt
Normal file
124
cloud-storage/20221116.rclone-config-demo.txt
Normal file
@@ -0,0 +1,124 @@
|
||||
Demonstration of an "rclone config" session
|
||||
|
||||
|
||||
-------------------------- BEGIN CONFIG ---------------------------
|
||||
|
||||
wpurwant@wahab-01:~$ rclone config
|
||||
2022/11/17 03:49:36 NOTICE: Config file "/home/wpurwant/.config/rclone/rclone.conf" not found - using defaults
|
||||
No remotes found - make a new one
|
||||
n) New remote
|
||||
s) Set configuration password
|
||||
q) Quit config
|
||||
name> wpurwant-gdrive
|
||||
Type of storage to configure.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
Choose a number from below, or type in your own value
|
||||
1 / 1Fichier
|
||||
\ "fichier"
|
||||
2 / Alias for an existing remote
|
||||
\ "alias"
|
||||
3 / Amazon Drive
|
||||
\ "amazon cloud drive"
|
||||
...
|
||||
12 / Google Cloud Storage (this is not Google Drive)
|
||||
\ "google cloud storage"
|
||||
13 / Google Drive
|
||||
\ "drive"
|
||||
14 / Google Photos
|
||||
\ "google photos"
|
||||
...
|
||||
Storage> drive
|
||||
** See help for drive backend at: https://rclone.org/drive/ **
|
||||
|
||||
Google Application Client Id
|
||||
Setting your own is recommended.
|
||||
See https://rclone.org/drive/#making-your-own-client-id for how to create your own.
|
||||
If you leave this blank, it will use an internal key which is low performance.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
client_id> 605919805393-odnfmddo2v24ffodmg80j6ht4oi4kftn.apps.googleusercontent.com
|
||||
OAuth Client Secret
|
||||
Leave blank normally.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
client_secret> ### SEND EMAIL TO ITSResearchAndCloudComputing@odu.edu for this value
|
||||
Scope that rclone should use when requesting access from drive.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
Choose a number from below, or type in your own value
|
||||
1 / Full access all files, excluding Application Data Folder.
|
||||
\ "drive"
|
||||
2 / Read-only access to file metadata and file contents.
|
||||
\ "drive.readonly"
|
||||
/ Access to files created by rclone only.
|
||||
3 | These are visible in the drive website.
|
||||
| File authorization is revoked when the user deauthorizes the app.
|
||||
\ "drive.file"
|
||||
/ Allows read and write access to the Application Data folder.
|
||||
4 | This is not visible in the drive website.
|
||||
\ "drive.appfolder"
|
||||
/ Allows read-only access to file metadata but
|
||||
5 | does not allow any access to read or download file content.
|
||||
\ "drive.metadata.readonly"
|
||||
scope> drive
|
||||
ID of the root folder
|
||||
Leave blank normally.
|
||||
|
||||
Fill in to access "Computers" folders (see docs), or for rclone to use
|
||||
a non root folder as its starting point.
|
||||
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
root_folder_id>
|
||||
Service Account Credentials JSON file path
|
||||
Leave blank normally.
|
||||
Needed only if you want use SA instead of interactive login.
|
||||
|
||||
Leading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.
|
||||
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
|
||||
service_account_file>
|
||||
Edit advanced config? (y/n)
|
||||
y) Yes
|
||||
n) No (default)
|
||||
y/n> n
|
||||
Remote config
|
||||
Use auto config?
|
||||
* Say Y if not sure
|
||||
* Say N if you are working on a remote or headless machine
|
||||
y) Yes (default)
|
||||
n) No
|
||||
y/n> y
|
||||
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=nniLEG-###REDACTED###
|
||||
Log in and authorize rclone for access
|
||||
Waiting for code...
|
||||
Got code
|
||||
Configure this as a team drive?
|
||||
|
||||
y) Yes
|
||||
n) No (default)
|
||||
y/n> n
|
||||
--------------------
|
||||
[wpurwant-gdrive]
|
||||
type = drive
|
||||
client_id = 605919805393-odnfmddo2v24ffodmg80j6ht4oi4kftn.apps.googleusercontent.com
|
||||
client_secret = GOCSPX-###REDACTED###
|
||||
scope = drive
|
||||
token = {"access_token":"###REDACTED###","token_type":"Bearer","refresh_token":"###REDACTED###","expiry":"2022-11-17T05:07:15.32276879Z"}
|
||||
--------------------
|
||||
y) Yes this is OK (default)
|
||||
e) Edit this remote
|
||||
d) Delete this remote
|
||||
y/e/d> y
|
||||
Current remotes:
|
||||
|
||||
Name Type
|
||||
==== ====
|
||||
wpurwant-gdrive drive
|
||||
|
||||
|
||||
--------------------------- DONE CONFIG ---------------------------
|
||||
|
||||
(I was trying to use this off-the-node oauth2 permission thing, but it
|
||||
was rejected by Google as an invalid way for validating the oauth2)
|
||||
|
||||
Please go to the following link: https://accounts.google.com/o/oauth2/auth?access_type=offline&...###LINK_REDACTED
|
||||
Log in and authorize rclone for access
|
||||
Enter verification code>
|
||||
Reference in New Issue
Block a user