Getting the full URL to a private file

Hi all,
I’m trying to copy the url to an uploaded file that is private (attached to a thing), but don’t quite know how to get to the full URL with the required security parameters?

Where do you need to use the URL?
If you need to use it in a backend workflow to process further the file you could use the free plugin File Sharer Plugin | Bubble which generates a presigned URL where the file can be accessed for a limited amount of time with this link.

So, I don’t fully understand what you trying to do with the url but as a starter

  1. Insert the dynamic value ‘website home url’ and add a question mark
  2. (Assuming your url parameters are inside of an option set) Get an option, select the relevant option)
  3. Statically add = (equals to sign)
  4. Use ‘get data from page url’ to populate the parameter accordingly.
  5. Repeat the process for all relevant url parameters

Obviously, you’ll have to adapt this to your particular use case and account for empty parameter values

Hope that helps

Thanks. This is exactly the functionality I was trying to mimic. Thanks you for sharing this :folded_hands:

You’re very welcome. And shoutout to @DjackLowCode for developing the kick-ass plugin :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.