I am stuck with saving base64 in the backend workflow. calling the API in backend workflow
Also second issue is that image input in the API. Open AI accepts multiple inputs with image but bubble shows it only as a single input after initialization
I am stuck with saving base64 in the backend workflow. calling the API in backend workflow
Also second issue is that image input in the API. Open AI accepts multiple inputs with image but bubble shows it only as a single input after initialization
me too. i got this message “data”: [
{
“b64_json”: “(value too large to save 2344732 bytes)”
}
]
and i cannot display image.
@sameer.alodia @myatthuzarlwin97
did you guys manage to figure it out? i can’t save the images to bubble!
Hi @jayy, I did manage to solve this. I am using the Bubble backend utilities plugin in this backend flow. (see attached image)
I don’t have a solution for sending multiple images in the API as image. bubble reads different entries as the same because the name is the same, but OpenAI is treating it as distinct entries