Class GetTemporaryLinkError


  • public final class GetTemporaryLinkError
    extends java.lang.Object
    This class is an open tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.

    Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the OTHER value will be used.

    • Field Detail

      • EMAIL_NOT_VERIFIED

        public static final GetTemporaryLinkError EMAIL_NOT_VERIFIED
        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.
      • NOT_ALLOWED

        public static final GetTemporaryLinkError NOT_ALLOWED
        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.
      • OTHER

        public static final GetTemporaryLinkError OTHER
        Catch-all used for unknown tag values returned by the Dropbox servers.

        Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.