Hi All,
I have workflow to listen for any update regarding to google drive, but only only work when add text to it not work when delete all text . how to fix that ?
n8n
November 13, 2024, 10:52am
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
ria
November 15, 2024, 11:57am
3
Hi @Abdullah_Amer
Do you mean when a file is deleted? Unfortunately we do not have this implemented yet, but you can vote on this feature request here:
The idea is:
Per this thread , the community would like to request the N8N Google Drive Trigger to support the “trashing” of a file (e.g. when a file is “deleted” in GDrive, it is moved to the “Trash” folder. See Google Drive API “delete” docs
My use case:
AI RAG use case: I use Google Drive as my data source for my OpenAI RAG storage. When a GDrive file is created or edited, it update my RAG vector store. Currently, n8n does not offer a mechanism to respond when a GDrive file is “trashed”. T…