Possible problems with OneDrive API - move doesn't work

I don’t think it’s permissions, these are just my own files on OneDrive, private, not business. I’m authenticated on my own account which owns all files that I have there. On OneDrive web UI (onedrive.live.com) I can rename files without problems (the same files that I’m trying to rename using rclone/RaiDrive/etc). I haven’t changed anything in OneDrive since the time when everything was working ~3 weeks ago (I was using RaiDrive then).

When setting up client on Azure for rclone, I gave it all permissions from the rclone guide for OneDrive: Microsoft OneDrive . But the thing is, I can do everything - creating files, modifying files, deleting files - but not renaming. E.g. I could “rename” a file by deleting it and creating a new file with a different name and the same content in the same folder. When I create a file through rclone, I can do everything with that file, but not rename/move it.

I found one similar issue here: Onedrive - "Couldn't decode error response: EOF" , but it doesn’t look like the same problem. I’ll try running rclone with --dump=requests later, maybe I’ll find something more specific than Couldn't move: EOF. I could also try to send some move request to OneDrive API manually, without rclone, to see what will happen. Anyway, I believe it’s Microsoft’s issue, not rclone’s (given that other similar programs have the same issue).