I need to convert img to Base64, which will not be saved in tiny dB but instead just to display it directly to textbox
And also, how to convert the base64 text in textbox and directly make it as the picture of the image component
Most image files will generate a very long string.
Google Sheets cells can only hold a maximum of 50,000 characters.
Most image file base64 encoded strings are greater than 50,000 characters
Unless you have a complicated string splitting/combining routine and a script to recover the split strings from the sheet, storing base64 encoded images in google sheets is not a practical solution.
You can use the extension to encode to base64 and then upload the image to your google drive, creating a link which can be set to a google sheet.
Re-opened this Topic because Hisham hit an issue that was not solved and I have the same issue, extension returns "File not Found". In Hisham's case, it was a file selected via the ImagePicker. In my case, it's a photo taken with the Camera: