Share via

Document upload using Graph API in .Net core Web APIs

anantha rengan kannan 0 Reputation points
2024-02-29T22:43:43.79+00:00

In our project the Sharepoint UI will not be exposed so every CRUD operations like creating document libraries, breaking permissions for it, uploading document, downloading document, check in and check out etc.. These activities can happen concurrently and minimum we should support atleast 1000 concurrent users we are planning to do these activities using Graph API which will be written on .Net Core Web APIs Currently for heavy load activities like Uploading large files > 1GB file upto max 25GB file can the Web APIs handle these type of load and 1000 concurrent users. Do we need to go for azure functions, azure blob storage or any method to achieve our goal. Can all the experts can you please help out.

Microsoft 365 and Office | SharePoint | For business | Windows
Microsoft Security | Microsoft Graph
0 comments No comments

2 answers

Sort by: Most helpful
  1. anantha rengan kannan 0 Reputation points
    2024-03-04T02:11:48.7066667+00:00

    @RaytheonXie_MSFT Can you please help out ?

    Was this answer helpful?

    0 comments No comments

  2. RaytheonXie_MSFT 40,496 Reputation points Microsoft External Staff
    2024-03-01T05:52:19.62+00:00

    Hi @anantha rengan kannan,

    As far as I know, there is no limit to the number of users working on a list or list item at the same time. Currently the user limitation is 2 million per site collection.

    More information for your reference:

    https://learn.microsoft.com/en-us/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


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.