Hi all, I have a question.
I saw on youtube RAG AI Agent with n8n + Supabase
What happens when a file is deleted from the google drive’s watch folder? What happens when a file is deleted from a folder? Is the information about it in the database deleted?
n8n doesn’t let you watch for files being deleted from Google Drive unfortunately. So you either have to handle that manually or set up a different process using the Google Drive API and a webhook trigger to watch for files being deleted (not as simple).