sharepy
                                
                                
                                
                                    sharepy copied to clipboard
                            
                            
                            
                        Simple SharePoint authentication for Python
No matter what I do, I can't seem to get aroud this error. I take the code from the examples (subsituting the arguments with the name of my own site):...
According to Microsoft there are no service accounts for sharepoint online. We wanted to use this library as part of our CI flow from bitbucket. So using a real user...
Microsoft is going to turn off Basic Authentication. See: https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437 Will this affect sharepy's ability to authenticate with Sharepoint Online?
I've been using this library for a couple of years in my organization. We use it to get and put files in sharepoint for further processing by an ETL. Since...
`auth = sharepy.connect(base_path, username=username, password=password) ` Requesting security token... Authentication Failure: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance Trying to...
I successfully download the file from sharepoint online, but it's not the whole file, I've check the filename extension, and make sure everything's fine but the file still can't be...
When I tried to connect to SharePoint using sharepy==2.0.0, I get this following error. $ ../../../Program\ Files/Python310/python.exe copySkillMatrixFiles.py Trying to connect to Sharepoint with XXXXXX and XXXXXXX Authenticating .... Traceback...