I am writing an Apps Script in Google Sites (sites.google.com) and I need the script to copy a file from my local hard drive (or a server file share) to a Google Sited Folder. Can I do this? Is there some sample code? I am basically trying to do what is described here in Section 1 (Linking Google Drive Folders with Sites File Cabinet):
https://developers.google.com/apps-script/articles/embedding_docslist_in_sites
But I dont want to copy from my Google Drive to a Google Sites folder but rather my local hard drive or file server to a Google Sites Folder.
Thanks, Todd