I really want help for a project of mine i have been trying to make, so here is what i want to make
In the app when the user clicks on button and selects the image i want to convert the image to base 64
I have tried this method from the above link andd it works but i dont want to click the button from webviewer i want to select the image from my app and send it to web viewer to convert it to base 64
thanks for your help, actually i was uploading the images in cloudinary itself but i dint want to use cloudinary thats why i was seeking for an alternate solution that solution being Gdrive so is there any other way without cloudinary because i do not want to do that, alslo while reading the forums i came across a post which said that using zapier or make.com we can connect Gdrive so can u guide and help me out through this
Hello @sleepyboy170026bzpk
As mentioned in our docs, Google Drive Image links don’t work inside the app!
Could you please share the reason you would like to stop using Cloudinary?
i know that google drive link don work the app so what im trying to achieve is that when i upload and image to my app by selecting the image when i click a button in the app and then the image is converted into base 64 which is then sent to my Gdrive using google script, the sending to Gdrive part i have achieved myself but converting the image selected to base 64 is something i cannot achieve the way i want to which is mentioned properly in my first message in this topic
The reason i dont want to use cloudinary is that its not that fast for me and also not very scalable in terms of storage and money.
Just one again read my first post to understand what I’m trying to achieve