Rclone move API - Response attributes for file size

What is the problem you are having with rclone?

Am trying to get the size of the files being moved using RClone movefile API but unable to get the result though the file has been successfully moved.

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

rclone v1.65.2

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

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

No. not on the latest.

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

AWS

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

Postman output: Though the file has been moved, response is blank. would like to know if the response (OR ANY OTHER API) can be used to get the size of the files being successfully moved.

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


[tests3]
type = amazon cloud drive
client_id = XXX
client_secret = XXX

[tests3_1]
type = amazon cloud drive
client_secret = XXX
### Double check the config for sensitive info before posting publicly


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

Paste  log here

You are using old rclone version. Update it and try again.

I did rclone selfupdate

and the result is the same.

The question is more in terms of "how to" get the response or rather get the size of the files that are being moved (or even the number of the files if we are moving directory). When you say "try again", do you reckon I should get the response with proper attributes upon calling the API. I did try and this suggestion did not work. The response is still blank.