Hello,
In version API v.1 we have used the folowing APIs:
- (void)restClient:(DBRestClient *)client uploadedFileChunk:(NSString *)uploadId newOffset:(unsigned long long)offset (to send a larcge file)
[[self restClient] cancelAllRequests] (to cancel the uploading process)
In version API v.2 wa are using the folowing APIs:
uploadSession (to send a large file)
how to cancel the uploading process in the version API v.2?
Thanks in advance!