Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperFolderCreateError.InsufficientPermissions

Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the Paper Migration Guide.

Inheritance
object
PaperFolderCreateError
PaperFolderCreateError.InsufficientPermissions
Inherited Members
PaperFolderCreateError.IsFolderNotFound
PaperFolderCreateError.AsFolderNotFound
PaperFolderCreateError.IsInvalidFolderId
PaperFolderCreateError.AsInvalidFolderId
PaperFolderCreateError.IsInsufficientPermissions
PaperFolderCreateError.AsInsufficientPermissions
PaperFolderCreateError.IsOther
PaperFolderCreateError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class PaperFolderCreateError.InsufficientPermissions : PaperFolderCreateError

Fields

View Source

Instance

A singleton instance of InsufficientPermissions

Declaration
public static readonly PaperFolderCreateError.InsufficientPermissions Instance
Field Value
Type Description
PaperFolderCreateError.InsufficientPermissions
  • View Source
In this article
Back to top Dropbox .NET SDK