Hi
I've just experienced something a bit odd so thought I would bring it up here before raising a github issue. I've been using 1.36 successfully for a while, but last night it started failing with any folder with a space in the name. Before last night it worked fine, and I haven't changed the rclone executable. Is anyone else seeing this - is it an rclone issue, or have onedrive changed/broken their API server-side?
I was doing a copy, and although most of it worked I started getting a load of errors:
2017/03/29 10:43:35 ERROR : RAW Video/2016/2016-04-22/MOV00559.MPG: Failed to copy: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
2017/03/29 10:43:35 ERROR : RAW Video/2016/2016-09-01/MOV00011.MPG: Failed to copy: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
2017/03/29 10:43:35 ERROR : RAW Video/2016/2016-06-02/CIMG0441.AVI: Failed to copy: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
I pinned this down to folders with spaces in the name. I can replicate locally (I'm using Windows 10):
rclone mkdir one:"Folder with a space"
rclone lsd one:
-1 2017-03-02 15:05:51 1209 Backup
-1 2017-03-29 10:27:47 0 Folder with a space
-1 2017-03-28 17:04:07 3 rc
rclone lsd one:"Folder with a space"
2017/03/29 11:27:59 directory not found
rclone ls one:"Folder with a space"
2017/03/29 11:28:04 Failed to ls: directory not found
rclone copy test.txt one:"Folder with a space"
2017/03/29 11:38:18 ERROR : Attempt 1/3 failed with 1 errors and: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
2017/03/29 11:38:19 ERROR : Attempt 2/3 failed with 1 errors and: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
2017/03/29 11:38:19 ERROR : Attempt 3/3 failed with 1 errors and: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
2017/03/29 11:38:19 Failed to copy: failed to make directory: nameAlreadyExists: An item with the same name already exists under the parent
Although if I login to the onedrive website I can see and use the folder.
Is anyone else experiencing this??