sharepoint-online

Connecting to SharePoint using Azure app authentication and Python

Connecting to SharePoint using Azure app authentication and Python Question: I created a self signed certificate and uploaded it to an Azure app registration, similar to what I’ve done with a dozen or so other apps. I’m attempting to connect to my SharePoint site with Python’s office365 library, which is not something I have a …

Total answers: 2

Connecting to SharePoint with Certificate Authentication using Python

Connecting to SharePoint with Certificate Authentication using Python Question: I am trying to connect to SharePoint Online using Python using Certificate Authentication using https://github.com/vgrem/Office365-REST-Python-Client If I connect to the root of my SharePoint, it works. But if I try to connect to any specific site, it gets an error. But both work through PowerShell. So …

Total answers: 1