kmahanna
Results
2
comments of
kmahanna
I'm having a similar issue (tried 0.5.0 and 0.4.5) ``` from shareplum import Site from shareplum import Office365 from shareplum.site import Version authcookie = Office365('https://abc.sharepoint.com', username=username, password=password).GetCookies() site = Site('https://abc.sharepoint.com/sites/MySharePointSite/',...
I was able to use this work around to pull data from the file I needed with requests_ntlm. My goal was to download the original file, but this will have...