Rclone copies files but says failed

I’m trying to copy files on centos to sharepoint (webdav) but get the following:

rclone -vv copy me.txt test0:“Call Log Backups”/recordings/me.txt
2018/07/16 22:28:21 DEBUG : rclone: Version “v1.42” starting with parameters [“rclone” “-vv” “copy” “me.txt” “test0:Call Log Backups/recordings/me.txt”]
2018/07/16 22:28:21 DEBUG : Using config file from “/root/.config/rclone/rclone.conf”
2018/07/16 22:28:25 DEBUG : me.txt: Couldn’t find file - need to transfer
2018/07/16 22:28:26 ERROR : me.txt: Failed to copy: object not found
2018/07/16 22:28:26 ERROR : Attempt 1/3 failed with 1 errors and: object not found
2018/07/16 22:28:27 DEBUG : me.txt: Couldn’t find file - need to transfer
2018/07/16 22:28:28 ERROR : me.txt: Failed to copy: object not found
2018/07/16 22:28:28 ERROR : Attempt 2/3 failed with 1 errors and: object not found
2018/07/16 22:28:28 DEBUG : me.txt: Couldn’t find file - need to transfer
2018/07/16 22:28:29 ERROR : me.txt: Failed to copy: object not found
2018/07/16 22:28:29 ERROR : Attempt 3/3 failed with 1 errors and: object not found
2018/07/16 22:28:29 Failed to copy: object not found

The files end up online but i don;t know why it tells me it failed.

Can you try the latest beta - various fixes have gone into webdav recently.