We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
aesqe
6 months agoExplorer | Level 4
React Native: is it possible to invoke the installed Dropbox mobile app to authorize a user?
Hello 🙂 I'm working on a React Native app which supports backing up files to Dropbox. I'm using the react-native-app-auth library to authorize my app for access to DB and it all works fine a...
Здравко
Legendary | Level 20
aesqe wrote:...
I've tried using the Linking class from react-native to call Linking.openURL("dbapi-2://1/connect"), but that just opens up the Dropbox app and nothing more.
...
Hi aesqe,
Ok, but how do you expect Dropbox application to know what exactly you want to connect to your account? 🤔 Is that entire URI? You may need to pass as query params some more information about your application to official Dropbox application (the application key at least). 😉
Good luck.
aesqe
6 months agoExplorer | Level 4
Hi Здравко 👋 🙂
I can pass anything that's needed via that call, but I can't find anything in the documentation about it, so I don't know how to format it. I'll try just appending vars like in the http API calls, maybe something will work 🤔
Thanks for the suggestion, I'll let you know if I find a proper URI format 😁
- Здравко6 months agoLegendary | Level 20
aesqe wrote:..., but I can't find anything in the documentation about it, so I don't know how to format it. ...
Yeah, Dropbox documentation is very "tiny", unfortunately. Many available and used features are completely undocumented, like the discussed one (but not only). Fortunately for some of them info could be discovered in published code. Not all features have such an option, but you are lucky now. 😉 Investigate Dropbox Swift SDK relevant code I referred and reimplement it on your own.
Hope this helps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or 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!