Google Sites Google Apps Script File Sharing Mini Web App
- 4.8
Brief Introduction
Explore creating a mini application from scratch that will allow uploads of files to a Google Drive Folder.Description
Explore how you can connect GSuite together to create a webapp that can upload files to your Gdrive folder, and track uploads into a spreadsheet while notify via email.
Step by step of building web applications that make use of GSuite connecting varies Classes together to rapidly build powerful applications.
JavaScript is a prerequisite to this course - Prior coding experience is required!!!!
Source code is included so that you can build your own version of the application.
Course covers applying Google Script Code - JavaScript and HTML to build a web application that can upload files into Google Drive. Also track uploaded file details within a Spreadsheet while sending notification emails as new content is uploaded.
Course cover coding relevant to the project - SCOPE OF THIS COURSE IS BUILDING THE WEB APP - and will not cover basics of coding using JavaScript.
Lessons and Learning Objective for this course
Google Script editor and how to setup a Web App
Getting a web app and how to develop and update code
Setting up Google Sites page to host your Google Scripts Web App
Frontend client side code to upload file and send data to Google Scripts Server Side
Handling of data with Google Scripts - use of Utilities Class to manage file data
Creating Blob and copying file blob to Google Drive
Selecting specific Drive using ID value
Getting File Object details and saving to Spreadsheet
Selecting of files on the drive getting file object details from Google Script
Sending Email on File Upload
Taught by an instructor with many years of web development experience ready to help you learn about Google Apps Script and how you can write code to create custom applications.
You have nothing to lose, start building your application today.
Requirements
- Requirements
- JavaScript Experience
- Coding experience