Skip to content

Instantly share code, notes, and snippets.

@erajanraja24
erajanraja24 / Upload files from Blog or Website to Google Drive
Created April 23, 2019 16:45
Upload files from Blog/Website to Google Drive
//Google Apps Script. Need to be pasted on the code.gs file
function doGet() {
var html = HtmlService.createHtmlOutputFromFile('index');
return html.setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL);
}
function uploadFiles(data)
{