Namespace Dropbox.Api.Auth
Classes
AccessError
Error occurred because the account doesn't have permission to access the resource.
AccessError.InvalidAccountType
Current account type cannot access the resource.
AccessError.Other
The other object
AccessError.PaperAccessDenied
Current account cannot access Paper.
AuthError
Errors occurred during authentication.
AuthError.ExpiredAccessToken
The access token has expired.
AuthError.InvalidAccessToken
The access token is invalid.
AuthError.InvalidSelectAdmin
The user specified in 'Dropbox-API-Select-Admin' is not a Dropbox Business team admin.
AuthError.InvalidSelectUser
The user specified in 'Dropbox-API-Select-User' is no longer on the team.
AuthError.MissingScope
The access token does not have the required scope to access the route.
AuthError.Other
The other object
AuthError.RouteAccessDenied
The route is not available to public.
AuthError.UserSuspended
The user has been suspended.
InvalidAccountTypeError
The invalid account type error object
InvalidAccountTypeError.Endpoint
Current account type doesn't have permission to access this route endpoint.
InvalidAccountTypeError.Feature
Current account type doesn't have permission to access this feature.
InvalidAccountTypeError.Other
The other object
PaperAccessError
The paper access error object
PaperAccessError.NotPaperUser
The provided user has not used Paper yet.
PaperAccessError.Other
The other object
PaperAccessError.PaperDisabled
Paper is disabled.
RateLimitError
Error occurred because the app is being rate limited.
RateLimitReason
The rate limit reason object
RateLimitReason.Other
The other object
RateLimitReason.TooManyRequests
You are making too many requests in the past few minutes.
RateLimitReason.TooManyWriteOperations
There are currently too many write operations happening in the user's Dropbox.
TokenFromOAuth1Arg
The token from o auth1 arg object
TokenFromOAuth1Error
The token from o auth1 error object
TokenFromOAuth1Error.AppIdMismatch
The authorized app does not match the app associated with the supplied access token.
TokenFromOAuth1Error.InvalidOauth1TokenInfo
Part or all of the OAuth 1.0 access token info is invalid.
TokenFromOAuth1Error.Other
The other object
TokenFromOAuth1Result
The token from o auth1 result object
TokenScopeError
The token scope error object