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

Allow specifying path for quota query #237

Closed
PVince81 opened this issue Jan 27, 2021 · 2 comments · Fixed by #297
Closed

Allow specifying path for quota query #237

PVince81 opened this issue Jan 27, 2021 · 2 comments · Fixed by #297

Comments

@PVince81
Copy link

In some environments like Nextcloud, the quota might not be the same depending on the path. This is because a user could have external storages mounted or received shares in which the quota of the owner would apply.

@PVince81
Copy link
Author

At first I thought I can just do a stat and query the quota properties directly, but it's not possible to query custom props: #238

So will need to resort to "customRequest" and build the XML query on my own, not so nice.

@perry-mitchell
Copy link
Owner

Thanks @PVince81 - Do you know if quota is available on Nextcloud per route? Would be nice to have some sample output so I can turn this into a feature - in case anyone might contribute a snippet of XML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants