I would like to create a folder on onedrive using msgraph api. I'm posting to "/drive/root" with the following json body
{"name":"hello","folder": { "childCount": 0 }, }
Here is the error I get. What am I doing wrong?
[{
"error": {
"code": "-1, Microsoft.SharePoint.Client.InvalidClientQueryException",
"message": "The parameter name does not exist in method GetById.",
"innerError": {
"request-id": "12186368-8f5e-4e7a-81d3-09f3401fda17",
"date": "2016-02-23T15:44:54"
}
}
}
, 400, Bad Request]