Skip to content

occ sharing:list --user=myuser not showing all shares #492

Description

@dorkmaneuver

occ sharing:list --user=myuser is not showing all my shares, but only the ones by email and internal users. Not the ones by link, though. However, I get them displayed with either occ sharing:list --token=<token>, if I know the token. This seems to be an issue with the filtering, since it is displayed by occ sharing:list, amongst others. :)

My workaround is occ sharing:list | jq '.[] | select(.owner == "<user>")' - that does the trick for me, but might be misleading if I expect the first command to have a complete list.

Version 1.2.0 on NC27.

And: thanks so much for your great work! Your app is a great tool!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions