A Microsoft file hosting and synchronization service.
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.