Fix OneDrive in Business 400 error

This commit is contained in:
SupSuper 2018-04-29 01:20:39 +01:00
parent d4b050148b
commit 559aad05ab

View file

@ -203,7 +203,6 @@ private string CreateSession(string fileName)
{
item = new Dictionary<string, string>
{
{ "name", fileName },
{ "@microsoft.graph.conflictBehavior", "replace" }
}
});