TIP – Python Key Error on Traversing SharePoint List

SharePoint, with its powerful collaboration and document management capabilities, is widely used in various organizations. Python, being a versatile programming language, is often employed to interact with SharePoint data using APIs. However, traversing SharePoint lists can sometimes lead to a common stumbling block – the elusive Python KeyError. This error can be solved easily by…

Python – Reading SharePoint List Delegated Application Permissions

SharePoint is a powerful platform for collaboration and document management, extensively used in organizations to streamline workflows and improve productivity. To interact with SharePoint resources programmatically, developers often use access tokens. In this blog, we will explore how to read SharePoint lists using delegated access tokens, which allows applications to access resources on behalf of…