Limit drive view to specific folder
-
Hi
I suggest a modification in the plugin :
1/ simplest version
in GoogleDrive.js, line 48, add :
view.setParent(‘root’);To limit the picker view to the root elements. Currently all elements in the drive are displayed flat.
2/ better but needs some more work :
view.setParent($folder_id);$folder_id would be set in the plugin parameters, to limit drive access to a specific folder. Default value would be ‘root’.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Limit drive view to specific folder’ is closed to new replies.