Hi everyone, this is my workflow, but I can’t figure out why my AI agent is not querying data from Google Drive. Can someone help me?
what is the error , what is the issue. can you provide details ?
I’m trying to make my AI agent access information from my Google Drive documents in order to answer customer questions.
However, I haven’t been able to get the agent to actually access that information.
The workflow runs without any errors or conflicts, but the AI agent doesn’t seem to communicate with Google Drive or retrieve the document data.
Any help would be greatly appreciated!
are you able to use any other google nodes like gmail etc ? if yes, then it may be possible that you have not enabled google drive api access on your google cloud account. Try creating another credential and check for green success when you connect. you can also try creating new keys.
Yes, I can confirm that the text is being extracted correctly — the files from Google Drive are loading and can be selected without any issues.
However, the AI agent is not able to communicate with the extracted data.
If I connect the AI agent directly to Google Drive, it does extract the document contents, but it simply repeats what’s in the document without actually answering the user’s questions or interacting meaningfully.
So I’d like to understand:
Do I need to add another node or change some configuration to make the AI agent actually process the content and respond properly?
In order to answer questions from the Documents , you will need to input these documents in a RAG system. Check my JARVIS Demo. I am using a RAG to answer questions from a Google Drive document. https://youtu.be/EkimadxXSJk
There are a lot of good videos on youtube on how to create your own RAG (Retrieval Augmented Generation)
“Thank you very much for your help. I’m starting to learn how to use the tool.”
ohh dont worry, we are here to help. We all have been where you are and I understand it can be frustrating. Please feel free to reach out for any future issues and I am glad I could help
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.