Learn Google Apps Script Image and PDF Uploads to Google Drive Folder using Web App Script

Using Google Apps Script create a webapp, pass data from Google Apps Script to client side HTML CSS and JaUsing Google Apps Script create a webapp, that you can run in the browser to directly upload your files into your Google Drive. Using client side JavaScript filereader method convert the image and file data to base64 then send to apps script as a blob to create a file on the google drive using Apps Script Source Code https://github.com/lsvekis/Google-Apps-Script/blob/main/Upload%20from%20Computer%20to%20Gdrive

Leave a Comment