Issue with google doc node

Describe the problem/error/question

Hi, I’m trying to create the following workflow : trigger with a google drive update / get data from a google doc (through chat gpt-4o) / create a google sheet document with these data. I think that I need a google doc node (get document) for that, however I’m geeting the following error message in the google doc node yet the document id is correct (I also tried the url). My credentials are set up and I connected my google doc account and allowed googe doc api

What is the error message (if any)?

Bad request - please check your parameters / This operation is not supported for this document

Please share your workflow

Share the output returned by the last node

{“role”:“assistant”,“content”:“I’m sorry, but I’m unable to access external files or databases including Google Drive. However, if you have a text or data file and can provide its contents here, I can help you identify and interpret the requested information such as "Manufacturer’s style number", "date", "tariff", and "Importer’s style and/or stock number". Please paste the relevant excerpts or describe the structure of the file for further assistance.”,“refusal”:null,“annotations”:}

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I am sorry, it is not clear what you are trying to achieve here. Would you like to give it another shot, maybe in a step by step manner? Something like

  • workflow is triggered when
  • file is read…

Thanks.

Assuming you didn’t paste the full workflow code.

You might have an AI Agent node and bring a google doc tool.

Here is a working example:

Thanks a lot!! I truly appreciate :slight_smile: may I ask why do I need a split out node? And got it for a google docs node connected to the AI agent

depend on the data format

If you want all content in one cell. You don’t need to split out.

But if you want every content split into different rows. Then you can use split out

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.