I have an API Workflow that returns a Base64 encoded audio file which I want to save to Bubble.
I can’t seem to find a way of decrypting the base64 down to a MP3 and saving it as part of a workflow, there are a few plugins but seem to be client side only.
Bubble seems to support encrypting to Base64 nativly but I’m a bit stuck for decrypting… if anyone has an idea of a solution would be great!
I think that @lottemint.md Sergey can give you an help on that, as I will need it in the future also. In my case “application Octet/Stream” for a wav file didn’t work too.
I cannot seem to replicate this functionality. I have an API returning a base64 image. I can’t seem to get Bubble to accept it. Does anyone have any more in-depth instructions on how to use an API workflow to accomplish this?
Thanks! Question about the endpoint you are calling: [WebsiteHomeUrl]fileupload
Is that built in or is that an API backend workflow you’ve created?
When I try this, I get this error upon initialization:
"There was an issue setting up your call.
Raw response for the API
Status code 400
{“statusCode”:400,“body”:{“status”:“INVALID_DATA”,“message”:“Invalid data for key contents: not a valid url or object”}}
I must have the API endpoint configured incorrectly… The “content” key is set as “image” currently.
I spent several days trying to solve this problem. And I still can’t find a solution for it.
It looks like you got what I need. I understood how you are sending the file. Can you please show a screenshot of what your final endpoint (to which you send this file) is doing?