Skip to content

Commit

Permalink
#280 Exception: Proxy Authentication required
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed May 19, 2021
1 parent d3e0d2d commit 99bdbbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public async Task<AccountConfiguration> CreateAccount()

var code = query["code"];

var response = await db.DropboxOAuth2Helper.ProcessCodeFlowAsync(code, clientId, null, redirectUri, null, codeVerifier);
var response = await db.DropboxOAuth2Helper.ProcessCodeFlowAsync(code, clientId, null, redirectUri, ProxyTools.CreateHttpClient(), codeVerifier);
var api = DropboxHelper.GetApi(response.AccessToken);
var owner = await api.Users.GetCurrentAccountAsync();

Expand Down

0 comments on commit 99bdbbf

Please sign in to comment.