Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I support direct app auth in my iOS app - by attempting to launch the Dropbox app using the dbapi-2:// URI. This all works fine.
In the documentation https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project it states that I must also consider dbapi-8-emm://
That doesn't seem to do anything on my iOS setup. Anyone know what it is for (and if I should care?)
Thanks
Craig
Hi Craig, that extra URL scheme is to support users who have the 'EMM' version of the official Dropbox app. (You can find more information on EMM in the help center.)
The third party app authorization flow will normally work via the official Dropbox app, if installed. By adding this extra URL scheme, the same thing will work with the EMM version. You as the app developer don't need to do anything else beyond that though. The authorization flow interface works the same.
I hope this helps clarify!
Hi Craig, that extra URL scheme is to support users who have the 'EMM' version of the official Dropbox app. (You can find more information on EMM in the help center.)
The third party app authorization flow will normally work via the official Dropbox app, if installed. By adding this extra URL scheme, the same thing will work with the EMM version. You as the app developer don't need to do anything else beyond that though. The authorization flow interface works the same.
I hope this helps clarify!
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!