I’m creating an API with ASP.NET and I need to upload files larger than 4MB to a sharepoint drive. After researching I found the following endpoint https://graph.microsoft.com/v1.0/me/drive/root:/{fileName}:/createUploadSession
which is capable of uploading files larger than 4MB. However, I didn’t find any way to use GraphAPI to upload, I’m using version 5.50.0.