We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
nashworth
4 years agoHelpful | Level 5
UWP Webview and Token Authorization
Since Dropbox has decided to nix support for Edge 18, which has made the UWP Webview control useless for authorization to get a token, is there a workable solution for UWP?
I have not found a way for a UWP app to launch the external browser, perform the OAuth2 flow, and then listen for the redirect URL in response to retrieve the token. I have examined this page, but it applies to WPF desktop apps or ASP web apps and the HttpListener does not work in UWP without special permissions or command lines:
https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxOAuth2Helper.htm
Is there ANY workable solution for a UWP app to authorize a user to get a token to upload/download files to Dropbox storage from a UWP app that works out of the box?
More information regarding the issues with Webview and Edge 18 I found here which confirms multiple users are being affected:
- SemaphoreHelpful | Level 6
I also experience this problem. The problem is that I cannot update webview until MS will release all the features I need in WinUI 3.0.
- nashworthHelpful | Level 5
Exact same problem, same error message about "Upgrade your browser". Was working fine last week or just before Dropbox made the change.
- Greg-DBDropbox Staff
It sounds like the web view unfortunately doesn't use a recent/supported browser engine even when the latest Edge is installed. Using web views isn't officially supported for the OAuth flow though anyway, so the flow should be sent through the system browser regardless.
If you can't run a listener to handle the redirect URI in UWP, one solution may be to send the PKCE OAuth flow through the system browser, with a custom URL scheme registered in your app used as the redirect URI to receive the result.
The API v2 .NET SDK doesn't have a sample like this for UWP, but I'll pass this along as a feature request for the team to write and share one. I can't promise if/when that might be done though.
- SemaphoreHelpful | Level 6Hello Greg, it's not an option. You've broken many uwp apps (end users are frustrated) and waiting a month while you prepare sample and we rewrite our apps, build them, publish and pass certification is not what people are waiting for. Other cloud providers like google and onedrive still work fine and end users are forced to switch to them. Is that a recommended solution to a problem? Obsoleting edge 18 was premature and unjustified choise and needed to be unrolled in expedite way.
- Greg-DBDropbox Staff
nashworth Thanks for sharing that link!
Semaphore Thanks for the feedback! I'll pass it along to the team to see if we can get that working again. I can't make any promises myself though as web views weren't officially supported for this, and the app authorization page is part of the Dropbox web site and so subject to its system requirements. I'll follow up here once I have an updates on that.
Given that, whether or not the team is able to make this work in the web view again, I highly recommend updating your app to use the system browser as documented. It looks like launching the URI as shown here in Microsoft's documentation, and handling the result via a custom URL scheme as shown here in their documentation would be a good solution going forward.
- nashworthHelpful | Level 5
Thank you, I will look into that option. The existing samples provide a blueprint for how it should work.
Documentation on creating a uri scheme for UWP app to handle redirect:
https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation
- SemaphoreHelpful | Level 6In the worst case you can offer another button "proceed anyway". I don't believe edge 18 won't be able to display two buttons and several textboxes.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 years 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!