Create and save csv file in google drive

hello , I generated a data of a json format , and used csv node to generate a corresponding csv data . now how can I create a file for that and save it in my google drive ?

Welcome to the OptoForums!

One of the best Node-RED resources for questions like this is the flows.nodered.org site.
They have a great search.
I went there and found this node: node-red-contrib-google-drive (node) - Node-RED

Looks to be just what you are asking about.

Keep in mind that EPIC and RIO package vanilla Node-RED so there are lots of resources for questions like this.

3 Likes

I passed the output of csv node to the google drive node where I kept the operation create file . I configured the google drive node with the required credentials but theres a content field . how can I dynamically pass the csv node’s value to it ? I tried msg.payload but it return as msg.payload itself inside the created file . didnt returned the required values. any fixes ?

Did you read the notes for the Node?