Skip to content

Commit

Permalink
target ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dustintodd123 authored Sep 27, 2021
1 parent 121f4b3 commit cd63386
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Getting started with Google App Script https://developers.google.com/apps-script
1. https://script.google.com/
2. New Project
3. Delete the sample code and paste in the code from this project
4. Edit the source folder ID and the destination folder ID to match your folders (One gotcha - this code is setup to copy to target Folder not the root of
5. Click Services and add the Drive API
6. Click Save
7. Click Run
8. You will get a Authorization required prompt, click Review Permissions
9. It asks to verify your google acct
10. Next comes the "Google hasn’t verified this app" warning. To get past this click "Advanced" then "Go to Untitled project (unsafe)"
11. Click "Allow" on the permission dialog
4. Edit the source folder ID
5. If you want the folder structured copied to the root of Mydrive leave the variable blank, otherwise provide the ID of the target folder
6. Click Services and add the Drive API
7. Click Save
8. Click Run
9. You will get a Authorization required prompt, click Review Permissions
10. It asks to verify your google acct
11. Next comes the "Google hasn’t verified this app" warning. To get past this click "Advanced" then "Go to Untitled project (unsafe)"
12. Click "Allow" on the permission dialog

0 comments on commit cd63386

Please sign in to comment.