Google Drive Download file not working (no error)

Hi everyone,

I’m trying to follow this tutorial video about fetching a document from Google Drive then extracting data from it. The first part of the workflow runs, I got the file ID, but the scenario stops before the Download File node.

When testing the node it says: “Workflow executed successfully”, but there isn’t either input or output data. The configuration should work, I map the file id from on of the previous module (drag-and-drop in function editor). But even if I hardcode the file id or url, it does not process it.

The Google Console configuration seems fine (auth OK, scopes OK, sharing config OK). There is no error message, and I did not find any similar use case here or on the web. Can you help me with this one? I have absolutely no idea what’s causing the issue :confused:

Quick sidenote: even if I play around with the json syntax, the result is the same (no input, no output when running the workflow)

hello @janos

Open the supabase node settings and enable the switch “Always output data”

1 Like

Wow, thank you man, it’s working!

It took only a simple click on a toggle buttin, but it took me 2 hours to contemplate on. You saved my day :slight_smile:

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