1
votes

I am getting the below error when creating upload session (Microsoft Graph Api).

{ "error": { "code": "invalidRequest", "message": "Invalid request", "innerError": { "request-id": "6e9cc58e-d3b9-456e-a794-90486969296e", "date": "2020-04-06T20:53:18" } } }

Post request https://graph.microsoft.com/v1.0/me/drive/root:/testapi:/createUploadSession

Request body :

1
I am using Microsoft SDK for java, I am not able to figure out, how to send conflictBehavior with upload session. How did you pass?yashjain12yj

1 Answers