You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
kkanchev94
7 months agoNew member | Level 2
Dropbox API - Invalid redirect URI (Error 400) with React Native Expo
I am building a React native app and trying to integrate the Dropbox API.
I'm following expo's app auth guide: https://docs.expo.dev/guides/authentication/#dropbox
and I have the App registered w...
kkanchev94
7 months agoNew member | Level 2
I was able to figure it out, what you need to do is divide your scheme into two parts like such:
Scheme registered and built in the mobile app - com.kkanchev94.esignapp://oauth
Use the code from https://docs.expo.dev/guides/authentication/#dropbox
- on scheme divide your redirect URI as the following template:
redirectUri: makeRedirectUri({
scheme: "com.kkanchev94.esignapp",
path: "oauth",
}),
Omit the "://", it will be added automatically
Hope that helps, this is for an Expo built project.
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!