-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2e0c4a
commit b51eb54
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# googledrive-shared-drive-copy | ||
Google made it nearly impossible to copy a folder structure from mydrive to a shared drive. Problem solved with Google App Script. | ||
Google made it nearly impossible to copy a folder structure from mydrive to a shared drive. Problem solved with Google App Script and Google Drive API. | ||
|
||
Getting started with Google App Script https://developers.google.com/apps-script | ||
|
||
Just edit the source folder ID and the destination folder ID. | ||
|
||
Important note: Enable the Drive service in the script editor https://developers.google.com/apps-script/advanced/drive |