I am creating an app project that take photos and save them to Google Drive. Unfortunately, I don’t know how to write the code to save photos or images onto Google Drive. My teacher do not allow me to save photos to other cloud except Google Drive. Anyone please help!. Thank you so much.
I think you can’t do this directly without using a JavaScript plugin nd the webviewer. We don’t have a way to send photos anywhere other than cloudinary with blocks I don’t think.
You won’t be able to write any script that is executed to send your file directly to the Google Drive using Google Scripps. Instead, what I would use is an automation service like integromat. Then connect cloudinary to gdrive.
Although I have not tried it myself but if you use something like [Drive to Web] to make Google drive look like a web host then just have a simple HTML5/Javascript file with file upload function and view this html file from a web viewer in Thunkable.
It should work.