jamietr1 / google-docs-writing-tracker

Automation scripts to track writing in Google Docs
187 stars 39 forks source link

ReferenceError: "DocsList" is not defined. (line 152, file "Code") #32

Closed j-waters closed 9 years ago

j-waters commented 9 years ago

Line 152 is this one: var folder = DocsList.getFolder(SANDBOX);

I believe this is because the DocsList function has been removed, and replaced with DriveApp. Most of the things broken by this change can be fixed by simply replacing DocsList with DriveApp, that is, apart from the getFolder() function.

j-waters commented 9 years ago

Turns out I was using the beta from the install instructions, I tried it with the master files and it all worked perfectly.