Using SharePoint REST API from Python code
Leave a reply
Using Microsoft Graph API is a preferred and recommended way to connect to SharePoint Online and other Microsoft 365 resources programmatically from Python code. But if by some reason you are required to use classic SharePoint REST API, here is how it is done. Prerequisites: Using client Id and client secret to access SharePoint REST […]