Hi,
for my app, once a user draws something on a canvas, the canvas image should get stored to airtable.
since the image returned is in base64 format, airtable throws back an error( i tried with various field types but none worked)
also Cloudinary too doesnt accept this format pictures
so next my plan was to convert this base64format to url, but i wasnt able to find such APIs
so, is there any other way to store this picture in airtable ?