maximum file size that can be downloaded from OneDrive using the Microsoft Graph API

Andres 5 Reputation points
2023-07-12T20:29:03.3133333+00:00

I am using this endpoint https://graph.microsoft.com/v1.0/drives/{drive_id}/items/{item_id}/content to download files from OneDrive

I was able to successfully download a 6 GB file without any problems. Does anyone have information on the file size limit for downloading files through this endpoint? (At what size would I need to use a different approach, such as Range Headers?)

I don't see anything about it in the documentation.

Thanks in advance!

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
    2023-07-13T06:58:58.5333333+00:00

    There are no documented limits for that endpoint. I'd recommend you open a GitHub issue for the corresponding documentation article and ask the team to update it with the limits, if any.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.