Fetch Google Doc for shared document only works in JSON format

To file a bug ticket, please follow the steps below:

I am trying to fetch a google doc that was shared with me, not one that lives on my drive. When I choose the Export Format = “Plain Text” then I receive an error that says:

Fetch Google Document
1Action started on CloudRunnerInstance ID: bc82n at Sep 11, 2025 8:26:50.358 PM MST2
 Fetching Google Doc
3 Resolving variables
4 Fetching from document: "https://docs.google.com/document/d/1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk"
5 File not found: 1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk.

I receive a similar error for any other export format I choose, other than the JSON output. When I choose the JSON output, it works as expected (you can see the google doc ID is identical in the log):

Action started on CloudRunnerInstance ID: bc82n at Sep 11, 2025 8:33:23.324 PM MST2
 Fetching Google Doc
3 Resolving variables
4 Fetching from document: "https://docs.google.com/document/d/1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk"
5 Received result: "{"title":"Employee Handbook","body":{"content":[{"endIndex":1,"sectionBreak":{"sectionStyle":{"columnSeparatorStyle":"NONE","contentDirection":"LEFT_TO_RIGHT","sectionType":"CONTINUOUS"}}},{"startIndex":1,"endIndex":19,"paragraph":{"elements":[{"startIndex":1,"endIndex":19,"textRun":{"content":"TABLE OF CONTENTS\n","textStyle":{}}}],"paragraphStyle":{"headingId":"h.wixolz2qqonx","namedStyleType":"TITLE","alignment":"CENTER","direction":"LEFT_TO_RIGHT"}}},{"startIndex":19,"endIndex":20,"paragraph":{"elements":[{"startIndex":19,"endIndex":20,"textRun":{"content":"\n","textStyle":{}}}],"paragraphStyle":{"headingId":"h.xy6faifby85p","namedStyleType":"HEADING_2","direction":"LEFT_TO_RIGHT","spacingMode":"NEVER_COLLAPSE","spaceAbove":{"unit":"PT..."
6 Saving result to variable {{emp_handbook_text}}
7  Action completed

Errant Debugger Log: https://app.mindstudio.ai/share/debugger/0aeb544d-8d9a-4a96-96a4-f955affccb4f/5b988710-9319-475a-9fe1-026c87e44740

Working w/ JSON Debugger Log: https://app.mindstudio.ai/share/debugger/0aeb544d-8d9a-4a96-96a4-f955affccb4f/5b988710-9319-475a-9fe1-026c87e44740

Run Link: https://app.mindstudio.ai/agents/copy-of-pool-cleaning-qa-assistant-e0df3116

Remix Link: https://app.mindstudio.ai/agents/pool-cleaning-qa-assistant-a0145736/remix

Hi @Mdickens,

Thanks for flagging this! We’ll look into it further.

Is this issue resolved?

My Drive File - can be read

Shared Drive File - same file can be updated but cannot be read in plain text or markdown or html - json format works though

Debugger

User Input

-

1Action started on CloudRunnerInstance ID: 2v9xn at Jun 25, 2026 7:35:26.593 AM GMT+22

Setting {{input}} to “Trial 13”

3

Action completed

Fetch Google Document

1.17 s

1Action started on CloudRunnerInstance ID: 2v9xn at Jun 25, 2026 7:35:26.617 AM GMT+22

Fetching Google Doc

3

Resolving variables

4

Fetching from document: “https://docs.google.com/document/d/1EiK_rNayk8dtTb0Ccr2WL-QBIJPf1KBS4EXGf08YmKU

5

Received result: "hello

hi…"

6

Saving result to variable {{readGDoc}}

7

Action completed

Display Content - Programmatic Message

18 ms

1Action started on CloudRunnerInstance ID: 2v9xn at Jun 25, 2026 7:35:27.815 AM GMT+22

Sending message: “{{readGDoc}}”

3

Repeating system message

4

Sent message: "hello

hi…"

5

Action completed

Update Google Document

929 ms

1Action started on CloudRunnerInstance ID: sp54q at Jun 25, 2026 7:35:36.424 AM GMT+22

Updating Google Doc

3

Resolving variables

4

Resolved text: “Trial 13”

5

Updating document: "

6

New content: “Trial 13”

7

Document updated: “”

8

Action completed

Fetch Google Document

368 ms

1Action started on CloudRunnerInstance ID: sp54q at Jun 25, 2026 7:35:37.376 AM GMT+22

Fetching Google Doc

3

Resolving variables

4

Fetching from document:

5

File not found: 1MvjakYd4OfZcU5U-Y7VH-GcNxLuungfwIaoKzOzN_b4.

Run Failed: Execution error

2.509 s

Hi @sandeep,

Unfortunately, the issue persists. Shared Drive files can only be read in JSON format with the Fetch Google Doc block for now.

I’ve followed up with our engineering team and will update the thread when I have an update.

Hi @sandeep,

The issue should now be fixed. Can you give it a try on your end and let me know how it goes?