How to perform request to download file after trigger webhook?

Status: Closed · Asked by wer on · 0 views

wer — Question ·

When adding a app of Workflow, after Triggers is set up, the data sent here includes the base64 data of the file or a download address.
The download address requires auth login before downloading. How to perform one step after the trigger's webhook is triggered to download the file Download and return?

Pabblymember11 — Reply ·

Hey @wer

How to perform one step after the trigger's webhook is triggered to download the file Download and return?

Could you please elaborate on your concern briefly on which application response you are getting and to which action event you want to pass the data?

wer — Reply ·

This is my new test app

Only a simple trigger is set

and this is “Trigger” test

The link with the red line, requires auth to get the token before the file can be downloaded,If you are not logged in or do not have a token, you cannot download this file.

Generally, the next step "Action" is to save the file in a network disk such as dropbox

There is a "Multi step trigger" here, can I download files with further logins here? How do I set it up?

Back to all forum threads · Log in to reply