Sensor data transferring to onedrive

Hi,

i would like to send data from my sensors to onedrive in one csv file. I dont want so save it locally.
Is there a way ?

A search of the flow library shows one recently update onedrive node node-red-contrib-m365 (node) - Node-RED

1 Like

Thanks, I already found that one. But I think it is just updating a locally saved file that is although on my OneDrive. Or I am wrong ?

From the readme

  • The onedrive node performs various operations on OneDrive: diretory listing, folder creation, file uploading and downloading, and file and folder deletion.

TBF, you might find it easier using a onedrive sync application and let it take care of uploading the CSVs from local filesystem to onedrive cloud.

1 Like

I use Google Forms and Sheets to save my sensor data in the cloud rather than the onedrive cloud. It also has the advantage that the data can be easily manipulated in Sheets and viewed in the Node Red dashboard as an iFrame.

1 Like