In my iOS app using Dropbox API V1 I cancel file uploads and downloads using code similar to this:
[self.restClient canceFileLoad:dBox.cloudURLDropbox];
What is the corressponding V2 method call ... I've spent some time looking throught the docs and for the life of me I cannot see what to do!
Thanks,
Steve