You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export all Google Docs, Google Spreasheetsand Google Slides to Microsoft Word, Microsoft Excel and Microsoft Powerpoint format (respectively).
3
+
Export all Google Docs, Google Spreasheets, Google Slides and Google My Maps to Microsoft Word, Microsoft Excel, Microsoft Powerpoint and Keyhole Markup Language (KMZ) format (respectively).
4
4
5
5
Since Apps Scripts have a 6-minute runtime limite, I run this script hourly using a [standalone script](https://developers.google.com/apps-script/guides/standalone) with [time-driven trigger](https://developers.google.com/apps-script/guides/triggers/installable#time-driven_triggers). Each run exports 1/24th of the files in Google Drive so at the end of each day, all files should have been exported.
6
6
7
7
The script has two optional [script properties](https://developers.google.com/apps-script/guides/properties#manage_script_properties_manually):
8
8
9
9
- folder: the name of the Google Drive folder to save the converted files (default is 'Export'). This folder must be at the root of your Google Drive (to avoid name collisions).
10
10
- expiry: the number of days after which an orphan exported file gets deleted (default is 30).
11
+
12
+
Note that in order to be able to export My Maps file, the script needs to allow read-only access to everyone with the private map link.
0 commit comments