Skip to content

Commit

Permalink
#77 OneDrive: Microsoft.Graph.ServiceException
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed May 30, 2017
1 parent a889fea commit 3783d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ KeePass 2.35 or newer is required now.
- \#63 KeePass tray menu disabled and window restoration fails when account creation is canceled
- \#68 Ctrl+Alt+A Gives Error cannot access disposed object "DonationForm"
- \#74 Google Drive Authentication failed
- \#77 OneDrive: Microsoft.Graph.ServiceException

### Improved

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public async Task<bool> Claim(Uri uri, string documentTitle)
string code;
if (authenticationResponseValues != null && authenticationResponseValues.TryGetValue("code", out code))
{
using (var httpProvider = new HttpProvider())
using (var httpProvider = new HttpProvider(ProxyTools.CreateHttpClientHandler(), true))
{
_accountSession =
await
Expand Down

0 comments on commit 3783d7f

Please sign in to comment.