Saturday
Mar122011
Google Apps Script File Upload UI Service Demo
Saturday, March 12, 2011 at 10:13PM In this script, we will use the Google spreadsheet to keep track of files uploaded to Google Sites' File Cabinets. There are four parts to this script:
- Creating a File Upload form using the Google Apps script UIApp and the FileUpload UI
- Adding a button to invoke the form from the Google Spreadsheet File Menu
- Using the Sites Service to store the uploaded file to the Google Sites' File Cabinet
- Using the Spreadsheet Service to save the URL to the Uploaded File in the active spreadsheet cell.
