await DropboxOAuth2Helper.ProcessCodeFlowAsync() doesn't completed and breaks between the loop.
I want to get access token using OAuth2Response response = await DropboxOAuth2Helper.ProcessCodeFlowAsync(code, AppKey, AppSecret, uriBuilder.Uri.AbsoluteUri); in C#.Net (not MVC). Created a method: public async Task ProcessDropboxCallback(string code) { var AppKey = ""; var AppSecret = ""; var uriBuilder = new…