Custom
- 
                  
                  
Stores data for a particular batch upload attempt.
See moreDeclaration
Objective-C
@interface DBBatchUploadData : NSObjectSwift
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 morecancelis available. This task is also specific to only one endpoint, rather than an entire class (style) of endpoints.Declaration
Objective-C
@interface DBBatchUploadTask : NSObjectSwift
class DBBatchUploadTask : NSObject 
View on GitHub
        Custom  Reference