Data Types

PublicPermissions

Permissions applied to anonymous users who attempt to download files from a folder.

Each folder can declare these permissions via its FolderSettings object.

{
"permissions": {
"file": {
"downloadFile": [
"*"
]
}
},
"scope": "Children"
}

Permissions applied to all files that match the scope.

Type: PublicPermissionsGrants

Specifies the level in the file tree, relative to the path, that these permissions apply.

"This": Permissions apply to the current path only.

"Children": Permissions apply to the children (files and folders) of this path only.

"Grandchildren+": Permissions apply to the grandchildren (files and folders) of this path and their descendants only.

Type: String

Allowed Values: "Children", "Grandchildren+", "This"

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: