Namespace Dropbox.Api.Common
Classes
PathRoot
The path root object
PathRoot.Home
Paths are relative to the authenticating user's home namespace, whether or not that user belongs to a team.
PathRoot.NamespaceId
Paths are relative to given namespace id (This results in PathRootError.NoPermission if you don't have access to this namespace.).
PathRoot.Other
The other object
PathRoot.Root
Paths are relative to the authenticating user's root namespace (This results in PathRootError.InvalidRoot if the user's root namespace has changed.).
PathRootError
The path root error object
PathRootError.InvalidRoot
The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is the user's latest root info.
PathRootError.NoPermission
You don't have permission to access the namespace id in Dropbox-API-Path-Root header.
PathRootError.Other
The other object
RootInfo
Information about current user's root.
TeamRootInfo
Root info when user is member of a team with a separate root namespace ID.
UserRootInfo
Root info when user is not member of a team or the user is a member of a team and the team does not have a separate root namespace.