Recieve PDF from API call, save to S3 / Bubble Storage

Hi All,

I’m making a API call with the API connector as attached image. If I initialize the call, the file is stored correct in the Bubble Storage.

The call:

After initialize the call the file is visible and can be opend:

But in de Backend workflow I get other results, and a lot of special characters and I cant save the file in a thing. What am i doeing wrong here?

workflow

Thanks! Have a nice day!

Content is not base64. Probably Uint8. You need to convert the data to base64 before storing it.

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