What are the API limits for using Microsoft Graph API and OneDrive file conversion

Anonymous
2024-10-10T10:55:35.61+00:00

I'm using Microsoft Graph API for file conversions in OneDrive. I need to understand the API request limits (throttling limits) for the Graph API, particularly for file conversion operations in OneDrive. Additionally, I need information on whether the API supports handling large numbers of files for conversion at scale. Could you provide details on how to optimize performance and avoid rate limiting when processing large volumes of files?

Microsoft 365 and Office | OneDrive | For business | Windows
Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Rohit Raghuwanshi - MSFT 635 Reputation points Microsoft External Staff
    2024-10-10T11:39:45.54+00:00

    Hi Mathuri CY,

    Microsoft Graph API, including OneDrive operations, has built-in throttling limits to ensure fair usage and to protect the service from abuse. Please follow the below documentation to avoid throttling:
    https://learn.microsoft.com/en-us/onedrive/developer/rest-api/?view=odsp-graph-online#throttling
    https://learn.microsoft.com/en-us/graph/throttling-limits#files-and-lists-service-limits

    Also, you can you use batching to avoid application being throttled, follow the batching doc for more details:
    https://learn.microsoft.com/en-us/graph/json-batching

    If my answer is helpful to this question, please remember to "Accept as answer" to close this case and this will help people in this forum who have similar questions to yours find the answer easier.

    Was this answer helpful?

    0 comments No comments

Your answer

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