Copy Atlas Directory
Next you will create a copy of the Atlas directory on your Google Drive. This will copy all folders, files and templates needed to get started.
-
Create a new folder on your work-issued Google Drive or Shared Drive called
Atlas. -
Copy the folder ID to your clipboard. The folder ID is shown in the URL after
folders/and before any question marks (?), like below.https://drive.google.com/drive/folders/{folderID}?lfhs=2
-
Open your copy of the Data Steward Admin Tool (located at script.google.com).
-
In the Editor window, locate the file
copy-folder.gsand select it. -
Update the variable
destinationwith the folder id you copied to the clipboard.let destination = "{folderID}";
-
Save the script project (
Ctrl + S) -
In the script editor menu bar, select the
copyAtlasfunction.
-
Click Run.
-
You will need to authorize the script to access Google Drive. For step-by-step instructions, see here.