Skip to content

Commit

Permalink
added note about Google Drive API service
Browse files Browse the repository at this point in the history
  • Loading branch information
dustintodd123 authored Sep 25, 2021
1 parent b51eb54 commit 6e6683e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-sharedrivecopy.gs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function startv2() {
// The Source Folder name will be created in the destination folder
// If you have been driven insane by Google Drives inability to copy a folder structure from MyDrive to a Shared drive BOOM!
//
// Important note: Enable the Drive service in the script editor https://developers.google.com/apps-script/advanced/drive

var sourceFolderId = "XXXX"; //Folder ID of the folder structure you want to copy
var targetParentFolderId = "XXXX"; //Target parent folder ID where the source folder will be copied
Expand Down

0 comments on commit 6e6683e

Please sign in to comment.