I'm trying to use the copy command, but I think I didn't understand how to use it. All the options I try, always I got some error.
For example, a simple download from Google Drive to a local folder. Why rclone is using the remote config?
rclone copy https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg C:\temp -vv
2021/06/30 13:11:26 DEBUG : Using config file from "C:\\Users\\admin\\.config\\rclone\\rclone.conf"
2021/06/30 13:11:26 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg" "C:\\temp" "-vv"]
2021/06/30 13:11:26 DEBUG : Creating backend with remote "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg"
2021/06/30 13:11:26 Failed to create file system for "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg": didn't find section in config file
Now, I'm trying to download that same file directly to my remote storage:
rclone copy https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg iDrive: -vv
2021/06/30 13:14:32 DEBUG : Using config file from "C:\\Users\\admin\\.config\\rclone\\rclone.conf"
2021/06/30 13:14:32 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg" "iDrive:" "-vv"]
2021/06/30 13:14:32 DEBUG : Creating backend with remote "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg"
2021/06/30 13:14:32 Failed to create file system for "https://drive.google.com/uc?id=0B9o1MNFt5ld1N3k1cm9tVnZxQjg": didn't find section in config file
For sure, I did not understand the logic behind rclone.