how to upload csv from knime to google drive

Hi All,

How I can upload csv file to google drive throuhg Knime . Thanks in advance !!

Hey jaydeb91,

You can use the Google Cloud Storage Nodes to accomplish this. Here is an example workflow on the KNIME Hub.

Regards,
Wali Khan

2 Likes

You should make a special note about this. Google is notorious for timing out when writing data. I often find it helpful to create an empty file first. Then use a Chunk Loop to append my data in batches. Use the TRY/CATCH loop for the timeouts to make sure your retry each chunck until it completes.

4 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.