-
DBClientsManager authorizeFromController after unlinkAndResetClients
I've found that calling DBClientsManager authorizeFromController after unlinkAndResetClients when using browser-based authentication results in an empty browser screen. I don't think I'm doing anything unusual, just basically the following [DBClientsManager unlinkAndResetClients]; and some time later [DBClientsManager…
-
Why was DBClientsManager authorizeFromController browserAuth removed in a point release?
This is going to sound like criticism, and I guess it is, but please bear with me. The criticism is intended to be constructive and professional, not personal. In the dropbox-sdk-obj-c GitHub project Commit https://github.com/dropbox/dropbox-sdk-obj-c/commit/8936d7fc0be220e4cb1664b17ea6829044230a52 on April 12 removed the…
-
V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress
Is there a V2 Obj-C equivalent to the Sync API [DBFilesystem sharedFilesystem].status.anyInProgress ? That is, how can I test if there are uploads in progress after fileRoutes batchUploadFiles is called but before the responseBlock is run?
-
V2 web authentication - option to create an account?
In the V1 API, when using web authentication from iOS, there was an option at the bottom of the screen "New to Dropbox? Create an Account". In the V2 web authentication this has changed to "New to Dropbox? Get the App!" which redirects to the App Store. This is problematic in that it adds complexity for a new (and possibly…