Hi Minnur,
I still dont see options to quote display by folder.
I also delete and instal the plgin to be sur that it dosn’t come from my side.
Are you sure you released the good version ?
Thanks
Hi,
It will be a great thing for us !!
Thanks.
Hi ,
Thanks for your answer.
I tried to add this line in the file GoogleDrive.js like this :
function createPicker() {
if ( pickerApiLoaded && oauthToken ) {
var view = new google.picker.View( google.picker.ViewId.DOCS );
view.setIncludeFolders(true);
var $type = _parent_container.data( ‘type’ );
var $plugin = _parent_container.data( ‘plugin’ );
var $extensions = _parent_container.data( ‘mime-types’ );
var $cardinality = _parent_container.data( ‘cardinality’ );
But it returns me an error. Could you help me where i need to copy this function ? I am not a programmer