Skip to content

Views configutation - help needed #27

Open
@dwietecha

Description

@dwietecha

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions