The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hello Selvakumar K
Based on my research, the issue you are experiencing may be related to the size of the document library exceeding the SharePoint List View Threshold limit (approximately 5,000 items).
When a list or library view attempts to retrieve more than 5,000 items in a single query, SharePoint may apply system‑level query throttling in order to maintain overall service performance. As a result, certain operations - particularly those involving Read‑only access where item‑level permission evaluation is required - may fail to render content properly and display errors such as: Unknown render failure. This item isn't available. You may refer to the official Microsoft documentation here: List View Threshold for large lists and libraries Additionally, optimizing large libraries by using indexed columns and filtered views may help SharePoint retrieve a smaller subset of data rather than querying all items at once, which can improve performance and reduce the likelihood of rendering issues when working with large libraries.
I found the following article that may be helpful in mitigating this behavior by creating indexed columns: Indexing columns in lists/ libraries – how to avoid "unknown render failure"
Note: This information is provided as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.
Hope this information is helpful. If you have any further questions, please feel free to let me know.
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.