Rclone not listing files that are present on Google drive GUI

What is the problem you are having with rclone?

I have configured a google drive remote, which contains shortcuts to shared folders. I am copying files from my remote space to a google drive folder via shortcut using rclone. The copy command appears to work normally, I can see the copied files both on my local computer using google file stream, and on the Google drive web GUI. However, these files are not showing up when I use the rclone lsd or ls commands, and are not showing up when using the rclone check command. I can open the files normally on my local computer after they have been copied to drive and they do not appear to be corrupted.

What is your rclone version (output from rclone version)

1.55.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

linux, remote high performance computing center

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone check ./PCAngsd/ remote_drive:Leatherback_wholegenomes/JAS_migration/Pop_structure/

The rclone config contents with secrets removed.

[remote_drive]
type = drive
scope = drive
auth_owner_only = true
token = {"access_token":"ya...cT","token_type":"Bearer","refresh_token":"1...mE","expiry":"2021-05-21T20:13:47.152902427-04:00"}
root_folder_id = 1...Ev3

A log from the command with the -vv flag

2021/05/21 20:05:12 DEBUG : Using config file from "/home/js69a/.config/rclone/rclone.conf"
2021/05/21 20:05:12 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "check" "./PCAngsd/" "remote_drive:Leatherback_wholegenomes/JAS_migration/Pop_structure/" "-vv"]
2021/05/21 20:05:12 DEBUG : Creating backend with remote "./PCAngsd/"
2021/05/21 20:05:12 DEBUG : fs cache: renaming cache item "./PCAngsd/" to be canonical "/project/uma_lisa_komoroske/Jamie/dc_migration/PCAngsd"
2021/05/21 20:05:12 DEBUG : Creating backend with remote "remote_drive:Leatherback_wholegenomes/JAS_migration/Pop_structure/"
2021/05/21 20:05:13 DEBUG : fs cache: renaming cache item "remote_drive:Leatherback_wholegenomes/JAS_migration/Pop_structure/" to be canonical "remote_drive:Leatherback_wholegenomes/JAS_migration/Pop_structure"
2021/05/21 20:05:13 DEBUG : Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure': Waiting for checks to finish
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_1.admix.Q.npy: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_1.cov: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_2.admix.Q.npy: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_2.cov: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_3.admix.Q.npy: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_3.cov: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_4.admix.Q.npy: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 ERROR : PCAngsd_Admix_4.cov: File not in Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure'
2021/05/21 20:05:13 NOTICE: Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure': 8 files missing
2021/05/21 20:05:13 NOTICE: Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure': 8 differences found
2021/05/21 20:05:13 NOTICE: Google drive root 'Leatherback_wholegenomes/JAS_migration/Pop_structure': 8 errors while checking
2021/05/21 20:05:13 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 8 (retrying may help)
Elapsed time:         1.1s

2021/05/21 20:05:13 DEBUG : 5 go routines active
2021/05/21 20:05:13 Failed to check with 8 errors: last error was: 8 differences found

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.