Google drive integration

Im trying to integrate NetSuite with Google drive. Export NetSuite invoices to Google drive. How should I start. Is there a documentation where I can look for Google connector help in Celigo?
Please advice.

I put together a quick walkthrough video showing how to integrate Google Drive with Celigo integrator.io to handle the exact use cases you mentioned:

In the video, I cover:

  • How to create files in Google Drive from records in another system (like an ERP or CRM)
  • How to move files from another system into a specific folder in Google Drive
  • Key setup details like working with folder paths and file IDs

Hope this gives you a solid starting point. Let me know if you have questions or run into anything—happy to help!

Tyler how can we purge the file from Google Drive? For Example I am trying to put saved search into Google Drive and I want each time flow runs to replace the existing file.

Making the file name static does not work because Google Drive accepts the file even though they are with same name.

That's somewhat possible now, but not as easy as we could make it with an enhancement. Google drive does allow updating of existing files, but we don't currently support this. The best thing to do now would be to make a flow that runs after you make a new file and have the second flow delete all files with the same name that aren't the one you just made.

1 Like

Understood - This would be great enhancement.

Would you able to give me an example of a flow that can delete the file?

Can you attempt this first and see if you hit a roadblock? Here is the api you need to delete a file:

You'll need an export similar to this. You would then flip to HTTP view and go to the grouping section to group by name. Then not delete the first in the group since it is the most recently created one.


I have managed the list all the items in specific folder but no luck with deleting it. Since google drive allows files with the same name by nature, I think Celigo should be able to delete the old file upon creating a new one by default. We shouldn`t have to do thru all of these steps.