Google Picker is cool in that it provides users a more modern experience:
- Familiar — The look-and-feel users will recognize from Google Drive and other Google properties.
- Graphical — A dialog experience, with many views showing previews or thumbnails.
- Streamlined — An inline, modal window, so users never leave the main application.
https://developers.google.com/picker/docs/?csw=1
However, it seems to aims for html service, and even need you to register your project before using it.
Is it possible to just use it as a personal GDoc Picker for my Google Drive? A simple working demo is very much appreciated.
EDIT: Thank you Trevor for your wonderful script. It works nice and charm for picking Google Docs under Google Drive.
To make the story full, could you also give an example to use the Google Picker as the folder Picker as well please?
Basically, I need to turn on:
- DocsView.setIncludeFolders(true)
- DocsView.setSelectFolderEnabled(true)
- setInitialView(google.picker.ViewId.FOLDERS)
This might be what you are looking for: