You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 eitherocc sharing:list --token=<token>
, if I know the token. This seems to be an issue with the filtering, since it is displayed byocc 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!
The text was updated successfully, but these errors were encountered: