FileRequests

public class FileRequests

Datatypes and serializers for the file_requests namespace

  • There is an error accessing the file requests functionality.

    See more

    Declaration

    Swift

    public enum GeneralFileRequestsError : CustomStringConvertible, JSONRepresentable
  • There was an error counting the file requests.

    See more

    Declaration

    Swift

    public enum CountFileRequestsError : CustomStringConvertible, JSONRepresentable
  • Result for count.

    See more

    Declaration

    Swift

    public class CountFileRequestsResult : CustomStringConvertible, JSONRepresentable
  • Arguments for create.

    See more

    Declaration

    Swift

    public class CreateFileRequestArgs : CustomStringConvertible, JSONRepresentable
  • There is an error with the file request.

    See more

    Declaration

    Swift

    public enum FileRequestError : CustomStringConvertible, JSONRepresentable
  • There was an error creating the file request.

    See more

    Declaration

    Swift

    public enum CreateFileRequestError : CustomStringConvertible, JSONRepresentable
  • There was an error deleting all closed file requests.

    See more

    Declaration

    Swift

    public enum DeleteAllClosedFileRequestsError : CustomStringConvertible, JSONRepresentable
  • Result for deleteAllClosed.

    See more

    Declaration

    Swift

    public class DeleteAllClosedFileRequestsResult : CustomStringConvertible, JSONRepresentable
  • Arguments for delete.

    See more

    Declaration

    Swift

    public class DeleteFileRequestArgs : CustomStringConvertible, JSONRepresentable
  • There was an error deleting these file requests.

    See more

    Declaration

    Swift

    public enum DeleteFileRequestError : CustomStringConvertible, JSONRepresentable
  • Result for delete.

    See more

    Declaration

    Swift

    public class DeleteFileRequestsResult : CustomStringConvertible, JSONRepresentable
  • A file request https://www.dropbox.com/help/9090 for receiving files into the user’s Dropbox account.

    See more

    Declaration

    Swift

    public class FileRequest : CustomStringConvertible, JSONRepresentable
  • The FileRequestDeadline struct

    See more

    Declaration

    Swift

    public class FileRequestDeadline : CustomStringConvertible, JSONRepresentable
  • Arguments for get.

    See more

    Declaration

    Swift

    public class GetFileRequestArgs : CustomStringConvertible, JSONRepresentable
  • There was an error retrieving the specified file request.

    See more

    Declaration

    Swift

    public enum GetFileRequestError : CustomStringConvertible, JSONRepresentable
  • The GracePeriod union

    See more

    Declaration

    Swift

    public enum GracePeriod : CustomStringConvertible, JSONRepresentable
  • Arguments for listV2.

    See more

    Declaration

    Swift

    public class ListFileRequestsArg : CustomStringConvertible, JSONRepresentable
  • The ListFileRequestsContinueArg struct

    See more

    Declaration

    Swift

    public class ListFileRequestsContinueArg : CustomStringConvertible, JSONRepresentable
  • There was an error retrieving the file requests.

    See more

    Declaration

    Swift

    public enum ListFileRequestsContinueError : CustomStringConvertible, JSONRepresentable
  • There was an error retrieving the file requests.

    See more

    Declaration

    Swift

    public enum ListFileRequestsError : CustomStringConvertible, JSONRepresentable
  • Result for list_.

    See more

    Declaration

    Swift

    public class ListFileRequestsResult : CustomStringConvertible, JSONRepresentable
  • Result for listV2 and listContinue.

    See more

    Declaration

    Swift

    public class ListFileRequestsV2Result : CustomStringConvertible, JSONRepresentable
  • Arguments for update.

    See more

    Declaration

    Swift

    public class UpdateFileRequestArgs : CustomStringConvertible, JSONRepresentable
  • The UpdateFileRequestDeadline union

    See more

    Declaration

    Swift

    public enum UpdateFileRequestDeadline : CustomStringConvertible, JSONRepresentable
  • There is an error updating the file request.

    See more

    Declaration

    Swift

    public enum UpdateFileRequestError : CustomStringConvertible, JSONRepresentable