Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dorkmaneuver opened this issue Aug 26, 2024 · 0 comments
Open

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

dorkmaneuver opened this issue Aug 26, 2024 · 0 comments

Comments

@dorkmaneuver
Copy link

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!

@github-staff github-staff deleted a comment Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant