You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm successfully connecting to OneDrive from a c# application on a consumer ClientType mode. However i always need to accept the "terms and conditions" when i start the application.
i'm using the following code (provided on the OneDriveApiBrowser):
I have been browsing all around the web and some people seem to have found a solution by using:
OneDriveClient.GetMicrosoftAccountClient(). thats also mentioned on the main page of this project , however the sample sources do not include that code anywhere. When i try to use that call on the project i got an error saying that OneDriveClient do not have a reference to GetMicrosoftAccountClient().
Is the sample not updated with the latests comments from the main page of the project?
Thanks!!!
The text was updated successfully, but these errors were encountered:
Hi,
I'm successfully connecting to OneDrive from a c# application on a consumer ClientType mode. However i always need to accept the "terms and conditions" when i start the application.
i'm using the following code (provided on the OneDriveApiBrowser):
private async Task SignIn(ClientType clientType)
{
Task authTask;
I have been browsing all around the web and some people seem to have found a solution by using:
OneDriveClient.GetMicrosoftAccountClient(). thats also mentioned on the main page of this project , however the sample sources do not include that code anywhere. When i try to use that call on the project i got an error saying that OneDriveClient do not have a reference to GetMicrosoftAccountClient().
Is the sample not updated with the latests comments from the main page of the project?
Thanks!!!
The text was updated successfully, but these errors were encountered: