sharepy
sharepy copied to clipboard
Simple SharePoint authentication for Python
Hi, I'm a bit of a novice, but the documentation code from the read me (Requests authentication) triggers an error "module 'sharepy' has no attribute 'auth'". print(dir(sharepy)) which printed ['SharePointSession',...
I am getting an error of **Digest request failed** printed and an exception at line 150 of session.py (`kwargs["headers"]["Authorization"] = "Bearer " + self._redigest()`) after a few thousand (~7,000 to...
Hi Jonathan, Thank you for the python module. I recently starting getting this error when using Sharepy when i have switched VPN. I think previous version of shrepy was updated...
Our customer login Outlook 365 and receive this error. All off user in organization login successfully. But him can't login. He has two account Microsoft accounts. Do you have any...
I'm unable to connect and get this error. I've tried using my credentials directly through the web URL and they are correct. I can't see any other issues referring to...
Is it possible to authenticate through Sharepy using Client ID and secret(of sharepoint teams site) as can be done in Office365-REST-Python-Client. This would be huge as I don't want to...
I'm trying to access my company's SharePoint via a .exe built into a python code using the sharepy library. In this .exe, user credentials are asked in through an input...
Most endpoints in the SPOL auth class appear to need just the Sharepoint FQDN (e.g. `mycompany.sharepoint.com`) However for the digest to be valid when working with sites (e.g. `mycompany.sharepoint.com/sites/MySite`), the...
Thanks for this package! The OneDrive client on my PC is already authenticated against my SharePoint. Can I somehow use this existing session together with SharePy? Then I would not...
Some background. My company uses SSO for all their Microsoft products. I am trying to access their sharepoint site for web scraping purposes. ```python import sharepy base_url = "https://[company].sharepoint.com" s...