function DriveAppAddFile(child) {//Adds file to the root drive in Google Drive
var body,returnedFolder;//Declare variable names
if (!child) {
body = "There is no file";
MailApp.sendEmail(Session.getEffectiveUser().getEmail(), "", "Error Adding File!",...