Outdated files when mounting Google Drive

What is the problem you are having with rclone?

rclone mount provides outdated files, when using rclone copy the newest version of the file is copied, but mount provides a 2-year-old version.

Run the command 'rclone version' and share the full output of the command.

rclone v1.65.2

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.3007 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.6
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using?

Google Drive

The command you were trying to run

rclone mount drive: G: --volname "Google Drive" --vfs-cache-mode writes

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[drive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =

A log from the command that you were trying to run with the -vv flag

Log on Pastebin

See the limitations as docs on a mount for the Google API do not work well.

Google drive (rclone.org)

Oh, it seems that I've overlooked that bit, thank you.

Yeah, it's a shame as the API for that is limited so not much rclone can really do :frowning:

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