mapbox / geo-googledocs

Tools to integrate Mapbox with Google Docs
http://mapbox.com/blog/mapping-google-doc-spreadsheet/
MIT License
275 stars 77 forks source link

Need to replace DocsList with DriveApp #33

Open designrangers opened 9 years ago

designrangers commented 9 years ago

Because Google has discontinued DocsList, "DocsList.createFile" needs to be replaced with "DriveApp.createFile" on line 203 or this script will not work. Took quite a bit of troubleshooting to figure it out.