Hi there! I’m trying to encode images of drawing type to base64. Any ideas on how I can convert the image itself to base64 so I can send it through an integration?
I’ve done it by sending the URL to a Google Cloud Function via a Webhook and then having the Cloud function convert it to base 64 or whatever image file type I needed and manage the additional communication steps.
You could probably also do this with Google App Scripts (particularly if the file is in Google Drive)
3 Likes
AppSheet has no built-in method of converting images to base64.
Already did
2 Likes