Hi all,
I’m currently working on an automation in n8n that involves downloading files from Google Drive. In Make.com, I usually retrieve a direct download link (webContentLink) using the Google Drive module. However, I’m having trouble getting the same in n8n.
Here’s what I’m doing:
- I’m using the Google Drive node to get the file, but I need a direct link (like the
webContentLink
I get from Make.com). - In n8n, I’ve set up an HTTP request node to send data to OpenRouter via a JSON payload.
- The issue is that I can’t pass the binary property name because I need the direct link, not just the file’s binary data.
Has anyone figured out how to get the webContentLink
from Google Drive in n8n, or a workaround for passing a link instead of a binary property?
Thanks in advance!
- n8n version:latest
- Database (default: SQLite):default
- n8n EXECUTIONS_PROCESS setting (default: own, main):default
- Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
- Operating system:default