DBFILESGetTemporaryLinkErrorTag
Objective-C
enum DBFILESGetTemporaryLinkErrorTag : NSInteger {}
Swift
@frozen enum DBFILESGetTemporaryLinkErrorTag : Int, @unchecked Sendable
The DBFILESGetTemporaryLinkErrorTag enum type represents the possible tag
states with which the DBFILESGetTemporaryLinkError union can exist.
-
(no description).
Declaration
Objective-C
DBFILESGetTemporaryLinkErrorPathSwift
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
DBFILESGetTemporaryLinkErrorEmailNotVerifiedSwift
case emailNotVerified = 1 -
Cannot get temporary link to this file type; use
exportinstead.Declaration
Objective-C
DBFILESGetTemporaryLinkErrorUnsupportedFileSwift
case unsupportedFile = 2 -
The user is not allowed to request a temporary 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
DBFILESGetTemporaryLinkErrorNotAllowedSwift
case notAllowed = 3 -
(no description).
Declaration
Objective-C
DBFILESGetTemporaryLinkErrorOtherSwift
case other = 4
View on GitHub
DBFILESGetTemporaryLinkErrorTag Enumeration Reference