I am trying to create a google doc in a specific folder held in the variable chapterOne.
I've googled and googled and the closest I've found to an answer is this code here:
function Test() {
DocsList.createFolder('Folder1').createFolder('Subfolder1').createFile('File1', 'Empty');
}
But the problem is that it creates a file, not a google doc. What I'm looking for would call DocumentApp somehow...
Any help would be greatly appreciated!
~Noelle