This is an old revision of the document!
Access Permissions
CloudFile implements a different Permission handling like other systems.
Normally a parent Directory with prohibited access will also prevent me from accessing subdirectories.
Because the default permission handlings are handled from left to right.
Example
The path
/main/sub/directory/
will checked like this:
- Did I have access to /main
- Did I have access to /main/sub
- Did I have access to /main/sub/directory
If all this is true, I could access this directory.