Sync between two mounted Cloud Drives

C:\Users\Price\Downloads\RCLONEX>rclone sync "C1:/sort this folder" MindSpace: -vv

2021/03/09 02:51:58 DEBUG : rclone: Version "v1.54.0" starting with parameters ["rclone" "sync" "C1:/sort this folder" "MindSpace:" "-vv"]
2021/03/09 02:51:58 DEBUG : Using config file from "C:\Users\Price\.config\rclone\rclone.conf"
2021/03/09 02:51:58 DEBUG : Creating backend with remote "C1:/sort this folder"
2021/03/09 02:52:00 DEBUG : fs cache: renaming cache item "C1:/sort this folder" to be canonical "C1:sort this folder"
2021/03/09 02:52:00 DEBUG : Creating backend with remote "MindSpace:"
2021/03/09 02:52:01 ERROR : : error reading source directory: directory not found
2021/03/09 02:52:01 DEBUG : One drive root '': Waiting for checks to finish
2021/03/09 02:52:01 DEBUG : One drive root '': Waiting for transfers to finish
2021/03/09 02:52:01 ERROR : One drive root '': not deleting files as there were IO errors
2021/03/09 02:52:01 ERROR : One drive root '': not deleting directories as there were IO errors
2021/03/09 02:52:01 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2021/03/09 02:52:02 ERROR : : error reading source directory: directory not found
2021/03/09 02:52:02 DEBUG : One drive root '': Waiting for checks to finish
2021/03/09 02:52:02 DEBUG : One drive root '': Waiting for transfers to finish
2021/03/09 02:52:02 ERROR : One drive root '': not deleting files as there were IO errors
2021/03/09 02:52:02 ERROR : One drive root '': not deleting directories as there were IO errors
2021/03/09 02:52:02 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2021/03/09 02:52:03 ERROR : : error reading source directory: directory not found
2021/03/09 02:52:03 DEBUG : One drive root '': Waiting for checks to finish
2021/03/09 02:52:03 DEBUG : One drive root '': Waiting for transfers to finish
2021/03/09 02:52:03 ERROR : One drive root '': not deleting files as there were IO errors
2021/03/09 02:52:03 ERROR : One drive root '': not deleting directories as there were IO errors
2021/03/09 02:52:03 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2021/03/09 02:52:03 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 4.8s

2021/03/09 02:52:03 DEBUG : 5 go routines active
2021/03/09 02:52:03 Failed to sync: directory not found

Above is the output after executing the said command, I've mounted the remote drive a couple of times and executed the sync but the same error is returned.

The Remote drive "MindSpace" is absolutely empty (no directories or files)with nothing in it.

Not sure what's going on here :open_mouth: