Hi,
I am working on a scenario which takes the receipts send through whatsapp (I am using twilio whatsapp sandbox) and outputs the extracted the texts from receipts along with the receipt image in google sheets. The image I got from twilio is in the binary code format and to post images in google sheets I am using “=IMAGE(“url”)” formula. I decided to store the binary image in google drive and then use url from google drive to upload image in google sheet. I am unable to do so as the image comes out as blank in google sheets. Is it because the google drive web content view url not suitable for this process or is there an alternative method for this?
Thanks in advance