Continuing the discussion from JottaCloud migration to Drive:
ok.... I have now had a bit of time to test..... it no longer throws any errors.... but I can't traverse the path at all....
if I try a "LSD" or "LSL" or try a sync operation from a known folder ie: "rclone sync jot:/media gdrive:/media" ( this is a basic example.....). I get nothing.... it either shows nothing (LSx...) or gives me the following error (sync):
rclone -vv sync jotta:/media gdrive:/media
2019/08/19 09:23:51 DEBUG : rclone: Version "v1.48.0-208-g6ca00c21-beta" starting with parameters ["rclone" "-vv" "sync" "jotta:/media" "gdrive:/media"]
2019/08/19 09:23:51 DEBUG : Using config file from "C:\Users\brett\.config\rclone\rclone.conf"
2019/08/19 09:23:52 ERROR : : error reading source directory: directory not found
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for checks to finish
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for transfers to finish
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting files as there were IO errors
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting directories as there were IO errors
2019/08/19 09:23:52 ERROR : Attempt 1/3 failed with 2 errors and: directory not found
2019/08/19 09:23:52 ERROR : : error reading source directory: directory not found
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for checks to finish
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for transfers to finish
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting files as there were IO errors
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting directories as there were IO errors
2019/08/19 09:23:52 ERROR : Attempt 2/3 failed with 2 errors and: directory not found
2019/08/19 09:23:52 ERROR : : error reading source directory: directory not found
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for checks to finish
2019/08/19 09:23:52 INFO : Google drive root 'media': Waiting for transfers to finish
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting files as there were IO errors
2019/08/19 09:23:52 ERROR : Google drive root 'media': not deleting directories as there were IO errors
2019/08/19 09:23:52 ERROR : Attempt 3/3 failed with 2 errors and: directory not found
2019/08/19 09:23:52 Failed to sync with 2 errors: last error was: directory not found
I am on the latest Beta in both windows 10 and CentOS 7.6 and get the same result in both...