The link to share is not generated in the Google Drive node, (action: share)

Describe the problem/error/question: The google drive node does not generate the link to share, it only generates this: [

{
“kind”: “drive#permission”,
“id”: “anyoneWithLink”,
“type”: “anyone”,
“role”: “writer”,
“allowFileDiscovery”: false
}

Please share your workflow

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi @ERICK_ARRIOLA_AGUILL,

Welcome to the community :tada:

That’s an expected output, the node doesn’t generate a shareable link but the response you’re getting means that the file is now shareable. To generate the link, you can construct it using the file id using expressions like so:

I do think it’s a nice idea to be able to get the sharable link in the output though! Maybe it could be a feature request :star2:

1 Like

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