Hi, I'm wanting to use google compute to transfer my data from gdrive to dropbox. This is my first time setting up a VM to do anything like this so finding my way.
I've managed to successfully setup the VM in Google Compute, but I don't know how to upload my rclone config file?
I have tried following the tutorial to transfer files, and using the command
gcloud compute ssh --zone=
to allow for uploads. Then once I upload the config file, I get this error when i run "rclone config"
NOTICE: Config file "/home/info/.config/rclone/rclone.conf" not found - using defaults
and none of my remotes are available.
Many thanks in advance for any help. It's my last step to finally kick off the transfer!