Kindly please update Microsoft One Drive Node

The idea is:

Update One Drive Node

My use case:

Current One Drive node cannot be use for moving file between folder, when I see one drive doc, there is an API to moving file between parent folder or between folder.

I think it would be beneficial to add this because:

Any resources to support this?

Are you willing to work on this?

Hey @Cipherdale,

As a workaround you can move a file in Onedrive by using the Copy option and setting the Parent Reference ID to the folder you want to move the file to, Once that is done you can then delete the original file and all should be good.

1 Like

@Jon Thank you Jon,

honestly i alrady did this trick, but i do really hope the Node getting updated so for moving file we don’t need to shot 2 API everytime we move the file.
ahh if you don’t mind may i ask, is there any workaround to upload file more than 4mb to one drive?

Hey @Cipherdale,

Larger files is a bit tricker but not impossible, At the moment the API call we use only supports 4mb so we would need to implement the large file endpoint. I am not sure of a work around for this one but you could try using the HTTP Request node and manually building it out.

1 Like

Thank @Jon for having me back,

yeah i believe almost every webhook is gonna fail too if receive data more than 4mb, by the way thanks for the clarification, yeap maybe i need to try to implment it by using http node.
thanks Jon, have a nice day, and stay healthy

1 Like