I'm working on an external json webservices client and everything works fine unless the Filemanager app.
I'm trying to call the Filemanager.createNode method :
- Code: Select all
"filename" : "/shared/test",
"type" : "folder"
- The folder "test" is in the list of my /shared/ folders (as expected)
but I get an unexpected behaviour :
- There are no permissions visible when I do a right-click "manage folder permissions" (really, nothing) and that's a problem because I can't manage it later from the Tine20 gui or from the webservices.
I do my tests with the "Simple Rest Client" from the chrome store and from my application (java, using JSONRPC2.0 library) and I get always the same issue.
Thanks for your job,
Louis.


