Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

and go back to the NeSI (or the Linux host where you want to set up rclone) terminal . Paste the code. 


Image Modified


By default, the remote storage name is "remote". I chose to Rename remote to "dropbox" (Option r)


Quit the config. You should have a config file here.

...

Code Block
[dropbox]
type = dropbox
client_id =
client_secret =
token = {"access_token":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}


Notice "dropbox" inside the bracket. This is the remote storage name, which I renamed from the default name "remote"

Using Rclone

Try

Code Block
rclone lsd dropbox:

If you didn't rename it to "dropbox", it will be

rclone lsd remote:



If you can see a output similar to below, you now have the access to Dropbox. Congratulations.

...