Skip to content

Instantly share code, notes, and snippets.

View tomnatt's full-sized avatar

Tom tomnatt

View GitHub Profile
@tomnatt
tomnatt / Code.gs
Last active January 12, 2019 19:17
Document tagging with Google Scripts (fragments are duplicated for embed in post)
function doGet() {
return HtmlService
.createTemplateFromFile('index')
.evaluate();
}
function getFiles() {
var files = []
var folder = DriveApp.getFoldersByName("Elsewhere").next();