We'd like to make it easy for people to
Make copies of Google Drive Folders/Files
The idea is as follows
- We have directories or example documents that people should copy and then use; e.g. a tutorial about how to look at samples.
We'd like people to be to do this via functions in the app console e.g.
drive.copy(google_file_id, drive_id)
Then we could have helper functions to get the id e.g.
drive.getID("/folder/subpath/file")
To the id of the file or folder.