Hi there,
I’m trying to make an API connection where I PUT a file that I have stored in my bubble database to the 3rd party endpoint. The call is succesful but the file always arrives corrupted. My endpoint only accepts binary files.
I have tried many solutions such as rowntreerob’s solution over here, API connector - Post.body as a binary file but this doesn’t apply to my use case as the file is already in the database at this point.
I have also tried fetching the file/image from the url where it is hosted at on bubble and then trying to transform it myself to binary using javascript but this wasn’t succesful. I have mailed bubble support about this but I’m not certain they will be adding this option.
Has anyone ever encountered this problem and how have you solved this?
Would love to hear any solution!