Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I am working with sync app called Ensembles that I am integrating with my app. Dropbox works fine with AppKey & AppSecret provide with the sync App.
However, when registering my app and replacing the key and secret I am getting this error:
'DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-8k4gqcd9i7s98zg)
plist setup as follows:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>dbapi-2</string>
<string>dbapi-8-emm</string>
</array>
Thanks for any help or insight!
It sounds like you're using a third party library built on the official Dropbox SDK. You'll need to register a custom URL scheme, which includes your specific app key, in order to setup the Dropbox app authorization flow.
You can find information on how to register that under CFBundleURLTypes in the official SDK documentation here:
https://github.com/dropbox/dropbox-sdk-obj-c#application-plist-file
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.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 Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!