Open
Description
Hi
After many attempts, I haven't be able to add label to view linked to custom folder.
I have something like this:
angular.module('myApp', ['lk-google-picker'])
.config(['lkGoogleSettingsProvider', function (lkGoogleSettingsProvider) {
lkGoogleSettingsProvider.views([
'DocsView().setParent("XXXXXXXXXXXXXXX").setIncludeFolders(true)'
]);
}])
I tried to use ViewGroup. I manage to add label toViewGroup, but I can't link created label, with custom directory.
Have you ever create view linked to custom directory and define label for it? If you managed to do that, could you share the script?
Metadata
Metadata
Assignees
Labels
No labels