Hi all,
I’ve been seeing a need to share files/images etc. with external services over https, this doesn’t work with private files as they need to be authenticated (an issue if you don’t want to send an app token to an external service) or sent as base64.
I’ve built a test plugin to use Bubble’s default method to sign the urls using an API key and server side action.
I’m trying to gauge interest and whether to invest time to test and release this plugin so my question is:
- Would this be of much use to anyone out there?
- Are there existing, simpler methods? (aside from appending tokens or making temporary public files)
Quick demo below: