-
Notifications
You must be signed in to change notification settings - Fork 7
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
Setting quota via curl not working #15
Comments
What output do you get from the curl command (if any) If the response is empty try adding |
Ik get the exact same response as without setting a different quota.. it simply doesn't listen
|
Excuse me, with the "-i" option:
Hmmmm, I see "404" !? |
same problem as here. setting the quota via api does not work. |
the route to set the quota does not work. the call keeps getting to the getQuota method in the controller. simple workaround: change this
to
and use instead of
this url pattern
|
Hi. Has this task been resolved? Because I've encountered the same problem. And as I see from here, the route was changed, but it for some reason never run into the POST, only into the GET part. Via occ I was able to execute the command correctly and the result was also as expected. |
sorry, forgot about this one.. take a look at this bug: I managed to fix that one.. might it be that that "Q&D fix" fixes this problem too? |
Hi!
But doesn't change nor in web nor in occ groupquota:list. |
I have a clean install of NextCloud on CentOS 8 with PHP 7.4
All is working well, I installed the 'groupquota' plugin and I am able to set the group quota via occ and I am able to read the goupquota via curl. But setting the groupquota via curl does not work (following the instructions offcource)
The text was updated successfully, but these errors were encountered: