Symlinks/Shortcuts
Symbolic links or Shortcuts provide a versatile and easy way to work with directories in multiple locations. A symlink/shortcut can point to any folder in the Couchdrop virtual file system.
Get all symbolic links in the organisation
{
result: [
{"source": "/link", "destination":"/dropbox/folder1", "id":"id1"},
{"source": "/link2", "destination":"/dropbox/folder2", "id":"id2"}
]
}Create a new symbolic link
{
"result":{
"id": "id1"
}
}Modify an existing symbolic link
Request Body
Name
Type
Description
Delete an existing link
Path Parameters
Name
Type
Description
Last updated