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.
maximum file size that can be downloaded from OneDrive using the Microsoft Graph API
Andres
5
Reputation points
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
13,725 questions
1 answer
Sort by: Most helpful
-
Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
2023-07-13T06:58:58.5333333+00:00