The sequence of actions I am trying to do is:
Map Rclone drive on windows 2012r2 server running as system.
Copy file in to rclone drive
File replicates to s3 bucket correctly
Delete file from S3 bucket
Deletion is successfully replicated back to server
Copying another file of the same name in to the mounted drive gets the error message
"Could not find this item. This is no longer located in this PC. Verify items location and try again"
What is your rclone version (output from rclone version)
C:\Program Files\rclone>rclone version
rclone v1.54.0-beta.4887.226018dc2.fix-4446-vfs-virtual
os/arch: windows/amd64
go version: go1.15.3
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows 2012r2 server
Which cloud storage system are you using? (eg Google Drive)
AWS s3
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Can you post a link to the debug log (share it on drive/dropbox/pastebin)?
I suspect it is something to do with the cache file not being removed - you could verify that by deleting it by hand from the cache directory after Deletion is successfully replicated back to server but before Copying another file of the same name
It is to do with the cache file not being deleted - I've found the files remaining in the cache.
This doesn't happen on all of my machines, some of them with older versions run correctly so it may be a configuration issue or something to do with the cache folder.