CAN I DO ANYTHING WITH BASE64 IMAGE? (GEMINI 2.5 NANO BANANA)
Status: Open · Asked by Bananajuice2002 on · 0 views
Hey,
I’m struggling to do anything after receiving the Base64 output image from the code block. As you know, there’s a character limit in Pabbly, so I can’t truncate, convert, or upload the Base64 to Cloudinary — it always hits the length limit error.
Is there any way I can generate or handle the image using the Nano Banana engine instead? The standard output is in Base64 format, and I’m wondering if Pabbly can process or work around that somehow.
Hi @Bananajuice2002,
I’m afraid there is currently no workaround for the issue related to the character limit being exceeded.
Hey,I’m struggling to do anything after receiving the Base64 output image from the code block. As you know, there’s a character limit in Pabbly, so I can’t truncate, convert, or upload the Base64 to Cloudinary — it always hits the length limit error.
Is there any way I can generate or handle the image using the Nano Banana engine instead? The standard output is in Base64 format, and I’m wondering if Pabbly can process or work around that somehow.
The only option is to use Replicate.com via API module or my custom apps.