-
How to programmatically make files available offline.
I have a Macintosh app that does not use the Dropbox api - however, my users do save the app’s data files & packages in a Dropbox folder. The problem is that recently users have been having file packages saved as “Available online-only” which causes huge and unexpected problems and the solution is to switch the file to…
-
Is API v1 still being turned off 28 June 2017?
I know that a cutoff date of 28 June 2017 for API v1 is what is stated on your Developer Blog here... https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/ But, it seems as though there are some problems with the current version of the API v2 Objective-C SDK, for example the in ability to cancel requests...…
-
-downloadUrl seems much slower than DBRestClient's loadFile:dropboxPath
It seems that the iOS Objective-C framework support for the Dropbox API v2 is much slower at downloading large numbers (200+) of files than the original DBRestClient method. For example in my iOS app... v1 used this method... [restClient loadFile:dropboxPath intoPath:localPath]; which would then do a callback to..,…