Onedrive nodes not working after sharepoint installation

So on friday our IT partner installed our new sharepoint sites and this also changed the URL for the onedrive (which has sharepoint in it’s URL now).

To my knowledge on friday my flow with some onedrive nodes in it still worked.
Now today suddenly they don’t return any output anymore.

I’ve always connected using my personal business e-mail and I can still connect to onedrive now with it.

But as soon as I try to use the onedrive nodes (or sharepoints nodes for that matter) I get no return.

I’ve also tried setting up a private host instead of the cloud version of n8n but this gave me the same output as I’m getting in the cloud version.. which is nothing :sweat_smile:

I’ve also checked the credentials in entra (azure) and everything seems fine there.. So i’m really at a loss here and I don’t know how to fix it anymore.

Hi there,

so i have a similar problem with onedrive. Most workflows with file uploads or getchildren requests don’t work anymore. It mostly concerns shared folders in my case. From what i understood it might come from changes in the id system on the microsoft side. Like if you use a onedrive node and search for a folder with the id like 79B7180XXXXX927E!497 then it doesn’t work. If you use a https request with GET https://graph.microsoft.com/v1.0/drives/{{driveId}}/items/ 79B7180XXXX927E!497/children then it works.. and you see everything.

So you might want to check that and see if it works or if it is something deeper on your end. I don’t know if you’d want to change all your workflows. Maybe see if the n8n team have an opinion before you change anything

that’s my 2 cents

Yeah i’ve been working around it with using GET’s instead of actually using the nodes. not ideal but it gets the job done.