Bubble webhook receives file in decimal format and unable to convert it into file in Bubble database

Hi @vovahumnytskiy,

If you want to get the file into Bubble storage, you’ll need to base64-encode the contents and post it as JSON as described here in the docs and also explained in this forum post. I think there might also still be a 50MB file size limit as well.

Bubble just won’t recognize the content-type you’re posting as an image file.

-Steve

1 Like