DBSHARINGCreateSharedLinkWithSettingsErrorTag
Objective-C
enum DBSHARINGCreateSharedLinkWithSettingsErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGCreateSharedLinkWithSettingsErrorTag : Int, @unchecked Sendable
                The DBSHARINGCreateSharedLinkWithSettingsErrorTag enum type represents the
possible tag states with which the
DBSHARINGCreateSharedLinkWithSettingsError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorPathSwift
case path = 0 - 
                  
                  
This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorEmailNotVerifiedSwift
case emailNotVerified = 1 - 
                  
                  
The shared link already exists. You can call
listSharedLinksto get the existing link, or use the provided metadata if it is returned.Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorSharedLinkAlreadyExistsSwift
case sharedLinkAlreadyExists = 2 - 
                  
                  
There is an error with the given settings.
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorSettingsErrorSwift
case settingsError = 3 - 
                  
                  
The user is not allowed to create a shared link to the specified file. For example, this can occur if the file is restricted or if the user’s links are banned https://help.dropbox.com/files-folders/share/banned-links.
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorAccessDeniedSwift
case accessDenied = 4 
View on GitHub
        DBSHARINGCreateSharedLinkWithSettingsErrorTag Enumeration Reference