Describe the problem/error/question
Hello. I have sat up a Google Drive trigger on file created in folder. It works fine. It gives me output and all the metadata, and also the webContentLink which you need to “download” the video. I also have a google sheet that works fine aswell. So the problem is with the Binary Property of the YouTube Action. I’m not sure what to do here, I’ve tried Read Binary with:
{{ $node[‘Google Drive Trigger’].json.webContentLink }}
As the File Selector, this gives me “No output data returned”. So the last step of the workflow does nothing (the most important one ) It does not upload to YouTube.
Appreciate any help here! Thanks.