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

Alex1347's avatar
Alex1347
Helpful | Level 5
3 years ago

Authorization in UWP apps

As a UWP developer, I ran into the following problem.

With the authorization policy change, Dropbox no longer supports the OAuth2 application authorization flow in web views, nor does it support the Web Authentication Broker. 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?

 

I haven't found a way for a UWP app to launch an external browser, execute an OAuth2 flow, and then listen to a redirect URL in response to get a token. Is there ANY workable solution for a UWP listen to a redirect URL in response to get a token ?