Posts & Repliesproblems uploading text files iOS Hi everbody, in order to upgrade my app to Dropbox 2 I was trying upload and download festures. While download seems to work I have some problems with uploading. I am working with textual f...Support for iOS Hi everybody, I am upgrading my iOS app to Dropbox 2. In the documentation I read: Safari view controller auth (iOS only): This launches a SFSafariViewController to facillitate the auth flo...How to sort Dropbox files/directory Hi everybody, is there a way to sort automatically an array of DBFILESMetadata (Folder + Files) downloaded from Dropbox? I am updating my iOS app with Objective C. Thanks and regards, G...Re: API V2 analogue of canceFileLoad and cancelFileUpload Yes, ok. Making use of the following method to upload file [userClient.filesRoutes uploadUrl:pathToSave inputUrl:db] I have solved also this problem. Thanks and regards, Giorda...Re: problems uploading text files iOS Hi Greg, thanks for the answer but I solved the problem making use of the following method: [userClient.filesRoutes uploadUrl:pathToSave inputUrl:db] Thanks again and regards, Giordano Re: API V2 analogue of canceFileLoad and cancelFileUpload Hi Steve and Greg, I already use this feature and it works but I have a further question. Suppose I have to upload a file of 1 MB. I start the upload but after 1-2 secs I stop the upload. It wo...