Google Drive get md5 & FileID

What is the problem you are having with rclone?

No Problem to see if I can more info on cmd

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

rclone v1.63.0

  • os/version: Microsoft Windows Server 2022 Datacenter 21H2 (64 bit)
  • os/kernel: 10.0.20348.1787 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.5
  • go/linking: static
  • go/tags: cmount

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)

This command runs great and obtains most of the info I want.

I am trying to figure out IF I can also get the FileID Google Uses at the same time

rclone lsf --use-json-log --recursive REMOTE: > REMOTE.txt --format ipms --separator " ||| " --files-only --config=drives.conf

The rclone config contents with secrets removed.

[REMOTE]
type = drive
scope = drive
service_account_file = sa\5083.json
team_drive =
server_side_across_configs = true
i - ID of object
o - Original ID of underlying object

isn't o what you are after?

Where is that documented?

Never mind found it, not sure how I missed it, Thanks

1 Like

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