Workflow that Includes a Download File step
Status: Closed · Asked by DMac861 on · 0 views
Hi there,
I'm trying to build a workflow that retrieves a file from Sharefile using a download link provided by it's API. I've created the neccessary webhook to notify Pabbly when a file has been uploaded to Sharefile, and an API call back to Sharefile to retrieve a download link for that file but I can't seem to get Pabbly to download the file so that I can then POST it to another API in my next step. Is there a specific method to do this?
Here's a screenshot of the GET call to Sharefile to retrieve the relevant download link (which is circled in the Response:
Here's a screenshot of the request to attempt to download the file:
If I plug that same URL into a browser, the file downloads correctly. Is there something I'm missing?
Thanks in advance!
Dave
Hey @DMac861
Here's a screenshot of the request to attempt to download the file:
[IMG alt="1646845561601.png"]https://forum.pabbly.com/attachments/1646845561601-png.8464/[/IMG]
Your above API call to download the Image on the browser when the image URL is passed is not possible, since the API doesn't work that way.
Further, if you can share your use case with us so that we can look into it and can guide you accordingly.