Does the New Pipedream File Store Allow Generation of Publicly Accessible URLs for Downloading?

This topic was automatically generated from Slack. You can find the original thread here.

Question: Does the new Pipedream File Store provide a mechanism to generate a publicly accessible URL for downloading?

Yup!

const url = await $.files.open('myfile.png').toUrl()

This produces a publicly accessible URL to that file.

But just an FYI, it’s a short lived link. It’ll last for 30 minutes:

That works! Ty!

Sure thing :slightly_smiling_face: