OneDriveRestAPI icon indicating copy to clipboard operation
OneDriveRestAPI copied to clipboard

Sample code wrong.

Open abraaocaldas opened this issue 10 years ago • 1 comments

In the line var client2 = new Client(clientId, clientSecret, callbackUrl, token.Access_Token, token.Refresh_Token);

The correct should be: var client2 = new Client(options);

abraaocaldas avatar Sep 28 '15 04:09 abraaocaldas

Can you submit a PR?

saguiitay avatar Sep 29 '15 06:09 saguiitay