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
}
{
“kind”: “drive#permission”,
“id”: “anyoneWithLink”,
“type”: “anyone”,
“role”: “writer”,
“allowFileDiscovery”: false
}
It looks like your topic is missing some important information. Could you provide the following if applicable.
Welcome to the community
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
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.