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

Lechucico's avatar
Lechucico
Helpful | Level 6
8 years ago

.NET Exchange authorization code

I'm using on my application the following:

 

DropboxOAuth2Helper.GetAuthorizeUri(<client_key>);

 

This shows an authorization code on the browser. Once pasted back to the app, I can't find anywhere how to exchange it for an access token.

 

I'm using c# on desktop app.