Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Views configutation - help needed #27

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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