Folder Properties
With Couchdrop you can configure folders with advanced user permissions, webhook and email notifications, as well as web portal uploads.
Folder Properties
Get folder properties
GET
https://api.couchdrop.io/manage/fileprops
Get all current folder properties.
Query Parameters
path
string
Path to file / folder
Headers
token
string
API Access Token
Add/Update folder properties
POST
https://api.couchdrop.io/manage/fileprops
Add new or update existing folder properties.
Headers
token
string
API Access Token
Request Body
path
string
Folder to apply properties to.
portal_enabled
boolean
Enable web upload portal.
notifications__email
string
Address to send email notifications.
notifications__email_upload
boolean
Send email when files are uploaded.
notifications__email_download
boolean
Send email when files are downloaded.
notifications__email_failures
boolean
Send email when operation fails.
notifications__webhook_upload
boolean
Send webhook when files are uploaded.
notifications__webhook_download
boolean
Send webhook when files are downloaded.
notifications__webhook_failure
boolean
Send webhook when operation fails.
notifications__webhook_uri
string
URI to send webhooks notifications.
advanced_permissions_enabled
boolean
Enable advanced permissions. (Blocks all access to folder by default if enabled.)
Last updated