OneDrive can't copy

I’m using onedrive with webdav, i’m trying to copy form my local to remote but the problem is i’m having this error “Failed to copy: 404 Not Found”

I’m not sure if with webdav can copy to my onedrive/sharepoint.

2019/01/14 03:51:11 DEBUG : rclone: Version "v1.45" starting with parameters ["rclone" "copy" "-vv" "C:\\Users\\User\\Documents\\Folder\\2018\\June" "remote:/2018/June"]
2019/01/14 03:51:11 DEBUG : Using config file from "C:\\Users\\User\\.config\\rclone\\rclone.conf"
2019/01/14 03:51:16 INFO  : webdav root '2018/June': Waiting for checks to finish
2019/01/14 03:51:16 INFO  : webdav root '2018/June': Waiting for transfers to finish
2019/01/14 03:51:17 ERROR : This Is My Folder/This.Is.My.File.exe: Failed to copy: 404
2019/01/14 03:51:17 ERROR : This Is My Folder 2/This.Is.My.File.exe: Failed to copy: 404 Not Found
2019/01/14 03:51:17 ERROR : This Is My Folder 2/This.Is.My.File2.exe Failed to copy: 404 Not Found
2019/01/14 03:51:18 ERROR : This Is My Folder 2/This.Is.My.File3.exe Failed to copy: 404 Not Found

The folder and files exist in my local i’m not sure why give me these errors.

How did you set it up?

Did you use the “sharepoint” vendor for webDAV?

Try without the leading / - "remote:2018/June"

If those don’t work then please try to upload a small test file only and post the log with -vv --dump bodies

Did you use the “sharepoint” vendor for webDAV?

Yes, because if i use “other” as say rclone document not work (i’m not sure why say use other)

Try without the leading / - “remote:2018/June”

With or without same result.

But i notice something doing -vv --dump bodies say i’m out memory and space and is true. I watching my RAM and space, when i start rclone my RAM increse quickly with insane usage eat me a lot gigas of RAM and when my RAM is full is use my pagefile to fill up my disk also my CPU goes to 100% usage.

Why Rclone use alot CPU/Memory when copy/sync files?

I’m uploading more than 4GB per files.

Update: seems only use a lot memory when i use -vv --dump bodies if doing as normal not use a lot memory but still the error.

Can you just upload one small test text file and post the logs with -vv --dump bodies - thanks!

https://paste.ee/p/syNuU#M0x64VonmkNyCw9VRmR5eHl5nsw7CvL7

This actually folder.

I can’t so a single file because create me a dump file of 3GB!!! why so much?

That doesn’t seem to have anything useful in it :frowning:

Can you create a very small next file with notepad with the word “hello” in it into “file.txt”

Run

rclone copy -vv C:\Users\User\Documents\file.txt remote:/2018/June -vv --log-file rclone.log --dump bodies

And post the resulting “rclone.log” - thanks

I just give up its not useful to me use rclone.

Also i update link not sure why post that way hope you figure out the problem.

But i found my problem is exactly same.

I’m sorry :frowning:

Hopefully we will figure out the problem eventually!