This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Given an array of URLs with Google Docs documents as input, this script exports | |
the Docs to Markdown, the Slides to PDF, and the Spreadsheets to CSV, | |
and saves all of them in a given folder. | |
1. Save this file to a project in script.google.com | |
2. Adjust the URLS array and the OUTPUT_FOLDER_ID | |
3. Execute the run() function | |
*/ | |
const URLS = [ |