I finally managed to get rclone working on my VPS via Snap (had to install with --devmode due to Snap's security protocols) and configured to access my Dropbox account but when I run the command:
rclone ls remote:
I get this error:
Failed to ls: couldn't list: v1_retired
Rclone version 1.36
OS: Ubuntu 18 (remote VPS, headerless)
Storage: Dropbox
Command: rclone ls remote:
Log (-vv):
2019/10/29 12:06:10 DEBUG : rclone: Version "v1.36" starting with parameters ["/snap/rclone/466/bin/rclone" "-vv" "ls" "remote:"]
2019/10/29 12:06:10 INFO : Dropbox root '': Modify window not supported
2019/10/29 12:06:10 Failed to ls: couldn't list: v1_retired
But 1.36 is the only one that seems to be packaged as a Snap install?
Also I did try installing the latest version via the install script (1.5?) but the config script fails because I'm running on a headerless VPS and it hangs waiting for a browser response (Dropbox authorization) because there's no browser. The URL response part works OK in 1.36 because it is a URL you can copy and paste into any browser (different computer) whereas the 1.5 URL uses localhost (127.0.0.1) which won't work because the host computer has no GUI/browser.