Hi, I have been struggling to send image content that is bytes to my Bubble API endpoint.
This topic seems to have the same problem but all the solution content is now dead so doesn’t help.
https://forum.bubble.io/t/uploading-images-from-dropsource-to-bubble/28587/9
The Bubble documentation does say what is needed but when I run base64.b64encode(myimageinbytes) I still get an error saying that the content is not JSON serializable.
Also it would be good to know if you send this to the raw API level, to the object level that you are trying to attach the image to or the object + id level.
Any help would be greatly appreciated.