Rclone not see all files in dir at Google Drive

Hi Madison,

Thanks for reporting this and working with @ncw to run it down. I also think that there are strange, data-threatening things happening with Google Drive (as I reported in the topic you noticed), and the more people we have on this, the better for everyone (including Google, who is getting a free, high-quality audit of their service).

Two questions:

  1. Is your Google Drive remote encrypted or plain? Sorry if you stated it somewhere, but it’s not immediately obvious to me.

  2. Why are you using rhash? Any advantage over “find … -type f -print0 | xargs -0 md5sum”? I can see it calculates other hashes besides MD5 and would make for a shorter command line, but for that case we only need MD5, and I always try to use more “standard”/established/commonly available commands over newer ones whenever possible (please note that I’m not criticizing you in any way, I’m just curious about your motives).

Cheers,

Durval.