Hello support,
Scenario: There’s a google drive with multiple folders and subfolders containing files. It’s a mess. I want to create a Zap to sync files from the drive and store them somewhere else - S3 for example. Before syncing I want to filter files only from folders which contain keywords “safe”, “complete”, “useful” etc.
Problem: Currently there’s no way to identify full google drive file path.
Problem #2: Currently there’s no way to trigger an event on “File update” regardless which folder/subfolder it’s in.
Request: I know there’s a feature request for this. I’d like to bump it up as right now it’s key missing feature for us.
If it’s any help, here’s an example how other tools do it: https://github.com/danswer-ai/danswer/blob/main/backend/danswer/connectors/google_drive/connector.py
I’m aware of folder_id in the URL - it doesn’t work as it’s referring only to current folder and it’s not keyword filter friendly.
If you have any reasonable workarounds, let me know please.
Thanks for your help