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
DBFILESGetTemporaryLinkErrorPath
Swift
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
DBFILESGetTemporaryLinkErrorEmailNotVerified
Swift
case emailNotVerified = 1
-
Cannot get temporary link to this file type; use
export
instead.Declaration
Objective-C
DBFILESGetTemporaryLinkErrorUnsupportedFile
Swift
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
DBFILESGetTemporaryLinkErrorNotAllowed
Swift
case notAllowed = 3
-
(no description).
Declaration
Objective-C
DBFILESGetTemporaryLinkErrorOther
Swift
case other = 4