12-09-2013 10:54 AM
01-11-2018 04:06 AM
Maybe if your user is created before installing the addon has no the right aspect applied.
Create a new user and test it again.
01-11-2018 04:12 AM
The user has been created after the installation of the addon.
For all of the users created before installing the addon, ther is no quota on their home folder.
I'll raise an issue at GitHub
Thanks you very much.
01-11-2018 02:24 AM
I added some pictures in the home folder of my user test "quota"
When I execute :
curl -v -u admin:admin "http://192.168.1.30:8080/alfresco/service/keensoft/myfiles/quota/{quota}"
I get :
{"quota":104857600,"currentSize":21256673}
When I look at the user in the Admin tools, there is no information for the Quota field.
01-11-2018 05:48 AM
It works.
Tested for 201707.
The problem is you are setting a quota of 100 MB, so you have still around 80 MB available.
01-11-2018 05:51 AM
I'm so confused
What a stupid mistake
Thank you so much for your help
01-11-2018 05:55 AM
In Spain, we say: "Sometimes four eyes can see better than two" 😉
01-11-2018 10:00 PM
04-04-2019 07:18 AM
Hello Angel Borroy
How to change quota for a user exits on Home Folder?
I did your guide by execute command:
curl -v -u admin:admin -H 'Content-Type: application/json' -d '{"quota":"104857600"}' "http://localhost:8080/alfresco/service/keensoft/myfiles/quota/{username}"
But i get error:
Please help me fix this issue.
Thanks,
Phat
04-04-2019 08:45 AM
The API URL is
http://localhost:8080/alfresco/service/keensoft/myfiles/quota/
After that, you have to include the ID of the user. So finally, it should be something like:
http://localhost:8080/alfresco/service/keensoft/myfiles/quota/pat.tran
Not sure if that dot in the name is going to work, anyway...
04-05-2019 12:27 AM
Thanks Angel Borroy, i fixed this issue.
How to change default quota of all users who were created before i install this add-on?
Thanks,
Phat
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.