Caleb Fong
02/28/2019, 6:12 PM//Add additional code
...
var fileObj = file.create({
name: 'test.txt',
fileType: file.Type.PLAINTEXT,
contents: 'Hello World\nHello World',
description: 'This is a plain text file.',
encoding: file.Encoding.UTF8,
folder: 30,
isOnline: true
});
...
//Add additional code
Which is all well and good but that has a hard coded value for the file contents:
is it really just changing the line to the variable that is the search results?