Google Docs Reader fails with DOCX file types

I’ve been debugging a workflow and originally thought the Read Google Doc step failed because some links were missing https://. After adding a fix for that, native Google Docs now load correctly. However, the step still breaks when the link points to a file stored in Drive as a .docx rather than a standard Google Doc.

Relevant nodes:

  • Debrief Gdoc reader
  • Debrief Gdoc error

Pipeline link: https://www.gumloop.com/pipeline?workbook_id=pDTvi4iqJGeHstpzsEVgww&run_id=HM4Ms4ZgUkU4zKQ8AXPZoS

Hey @samhbarton – It looks like the workshop transcript Google Doc Reader node failed here, the Debrief doc and the remaining Google Doc Reader nodes were successful.

Would it be possible to share this document with me (wasay@gumloop.com)? The error we’re getting is

<HttpError 400 when requesting https://docs.googleapis.com/v1/documents/1IjDjTlzzepk_wQDjhEVdCSR_ymBW6KKq?includeTabsContent=true&alt=json returned "This operation is not supported for this document". Details: "This operation is not supported for this document">

I think there is a property of the document we are not supporting or something. Also, if reading all tabs is not necessary you can try disabling Read All Tabs under Show More Options on the doc reader node:

This is the doc link in question and you can try to run this in a separate flow with the tabs feature disabled to see if that works.

This topic was automatically closed after 3 days. New replies are no longer allowed.