Thanks for reply. I hate being the one that makes impossible scenarios, but here it goes.
A bit of background here on what I am trying to achieve. So you can guide me better. Below are the steps
- user adds private document (no problem here)
- Bubble API connector is triggered to send the document URL to cloudconvert.com for conversion (Since it’s a private document the API can’t access the document URL to initiate the download. And I can not use other options like base64 due to the size, and can not use binary as it’s not available. How can I bypass this issue)
-
Cloudconvert.com returns converted document URL which can be downloaded by bubble and saved to the same entity in step 1 (issue here the converted document must be also private and since the workflow can not make the file private I don’t know what to do.)
I know this is quite complex but I need a proof of concept for an external client and since these are legal documents they have to remain private.
Your feedback is appreciated.