We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Removing groups from space memberships is not possible.
The group will be removed.
There is an error: rpc error: code = Internal desc = runtime error: invalid memory address or nil pointer dereference.
rpc error: code = Internal desc = runtime error: invalid memory address or nil pointer dereference
Invite: curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/invite' \ -H 'authorization: {token}' \ --data-raw '{"roles":["a8d5fe5e-96e3-418d-825b-534dbdf22b99"],"expirationDateTime":null,"recipients":[{"objectId":"509a9dcd-bb37-4f4f-a01a-19dca27d9cfa","@libre.graph.recipient.type":"group"}]}' \ --insecure
curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/invite' \ -H 'authorization: {token}' \ --data-raw '{"roles":["a8d5fe5e-96e3-418d-825b-534dbdf22b99"],"expirationDateTime":null,"recipients":[{"objectId":"509a9dcd-bb37-4f4f-a01a-19dca27d9cfa","@libre.graph.recipient.type":"group"}]}' \ --insecure
Remove: curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/permissions/g%3A509a9dcd-bb37-4f4f-a01a-19dca27d9cfa' \ -X 'DELETE' \ -H 'authorization: {token}' \ --insecure
curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/permissions/g%3A509a9dcd-bb37-4f4f-a01a-19dca27d9cfa' \ -X 'DELETE' \ -H 'authorization: {token}' \ --insecure
The text was updated successfully, but these errors were encountered:
I am surprised that there is no test case for this, I expected that there would be a failing test.
Sorry, something went wrong.
2403905
Successfully merging a pull request may close this issue.
Describe the bug
Removing groups from space memberships is not possible.
Steps to reproduce
Expected behavior
The group will be removed.
Actual behavior
There is an error:
rpc error: code = Internal desc = runtime error: invalid memory address or nil pointer dereference
.Curls
Invite:
curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/invite' \ -H 'authorization: {token}' \ --data-raw '{"roles":["a8d5fe5e-96e3-418d-825b-534dbdf22b99"],"expirationDateTime":null,"recipients":[{"objectId":"509a9dcd-bb37-4f4f-a01a-19dca27d9cfa","@libre.graph.recipient.type":"group"}]}' \ --insecure
Remove:
curl $'https://host.docker.internal:9200/graph/v1beta1/drives/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4/items/1c1a1c30-ec26-434e-b328-faf26ee52999%24bed97b18-a645-4946-933f-663d3f589af4\u0021bed97b18-a645-4946-933f-663d3f589af4/permissions/g%3A509a9dcd-bb37-4f4f-a01a-19dca27d9cfa' \ -X 'DELETE' \ -H 'authorization: {token}' \ --insecure
The text was updated successfully, but these errors were encountered: