Skip to content
Advertisement

Tag: sharepoint-rest-api

Connecting to SharePoint with Certificate Authentication using Python

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 I don’t think this is a setup issue. Example – this is PowerShell using

Advertisement