We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ManojDB
6 months agoExplorer | Level 3
Cannot Redirect to UWP application with custom URI
Hi team, We initially implemented the WebView in the Xamarin application for all platforms; it initially worked well, but now that the support for WebView is deprecated, we are unable to use the Web...
Greg-DB
6 months agoDropbox Staff
Can you share the full URL of the page displaying that error message? That would help for debugging this.
- ManojDB6 months agoExplorer | Level 3
- Greg-DB6 months agoDropbox Staff
Thanks for sharing that. From your earlier screenshot, I see that the app is registered for the redirect URI "dbssample://LoadPDFFromURL.UWP/", however in the 'redirect_uri' parameter in this authorization URL, I see that you're using "dbssample://loadpdffromurl.uwp/".
Those values need to be exactly the same. So to address this, either update your app to use "dbssample://LoadPDFFromURL.UWP/" in the authorization URL, or register your app for "dbssample://loadpdffromurl.uwp/".
- Здравко6 months agoLegendary | Level 20
Greg-DB wrote:.... So to address this, either update your app to use "dbssample://LoadPDFFromURL.UWP/" in the authorization URL, ...
Haha... 😁 Greg-DB, can you post some example code doing that? 🧐
Dropbox .NET SDK won't let you. 😉 Take a look here.
By the way... URI components are case insensitive (or should be at least). That's why, .NET lowercase the URI, but Dropbox core seems ignore this! This is Dropbox BUG! 🙂
Let's hope this will be fixed soon.
Hi ManojDB,
In general it's bad idea to use mixed case URIs. By the way we are talking for URI here not for URL - another term mistake. In spite the check should be case insensitive, it's preferable usage of lower case letters as a URI or URL construct!
Instead waiting for Dropbox bug resolve, just make all your strings lower case everywhere. This will solve your issue. 😉
Hope this helps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,879 PostsLatest Activity: 24 minutes 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!