An API that connects multiple Microsoft services, enabling data access and automation across platforms
To download a large file using Microsoft Graph, you can use the CreateUploadSession API to create an upload session. This will allow you to upload the file in chunks, which will help to avoid memory exceptions. The API call you need to use is POST /drives/{driveId}/items/{itemId}/createUploadSession. For more information about this API, see the Microsoft Graph documentation.