Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting error "invalidRequest" when creating upload session (Microsoft Graph Api)

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 :

like image 477
cameojbs Avatar asked Aug 08 '26 16:08

cameojbs


1 Answers

I have modified the request as below to make it work. See below :

POST https://graph.microsoft.com/v1.0/me/drive/items/01WCLVX5B7JBMYFMQKWNA3NVFODWCDUPGB:/3.pdf:/createUploadSession

like image 68
cameojbs Avatar answered Aug 27 '26 03:08

cameojbs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!