Skip to content

is their an access rule to present clients from creating new folders ? #9

@rafiktaamma

Description

@rafiktaamma

Hello . thank u for the last update . it's works greats . so my question , is how to prevents users for creating new folders ? the others acces rules works great (upload , rename and delete are all denied perfectly )

`{
"role": "Administator",
"rules":[

    {"path":"*","isFile": false, "role": "Administator","upload": "deny","write": "deny","WriteContents":"deny","message":"you don't have permission for this, Contact admisinistrator for access."  }
  
    ,{"path":"*.*","isFile":true, "role": "Administator","write": "deny" , "message":"renaming or deleting files denied"  }

    
  
   

]

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions