Custom
-
Stores data for a particular batch upload attempt.
See moreDeclaration
Objective-C
@interface DBBatchUploadData : NSObject
Swift
class DBBatchUploadData : NSObject
-
Dropbox task object for custom batch upload route.
The batch upload route is a convenience layer over several of our auto-generated API endpoints. For this reason, there is less flexibility and granularity of control. Progress and response handlers are passed directly into this route (rather than installed via this task object) and only
See morecancel
is available. This task is also specific to only one endpoint, rather than an entire class (style) of endpoints.Declaration
Objective-C
@interface DBBatchUploadTask : NSObject
Swift
class DBBatchUploadTask : NSObject