Hi, Im trying to upload files loaded in Google Drive to Google Cloud Storage. Despite the workflow runs succesfull the document arrives with 0 Bytes. Will appreciate suggestions regarding the proper configuration of :
In short, you’ll need to download the file first with HTTP Request node (likely using text/html field from your Google Drive Trigger output payload). This will then be a “binary” file in your workflow; which you can upload in your Google Cloud Storage step. My video above should explain the necessary concepts to do this.
@Heriberto_Linares did you download the file in a HTTP Request node step in between the Trigger and Google Cloud Storage? I suspect not, as there is no binary data flowing into your Google Cloud Storage step.