Jason Rollins
                                            Jason Rollins
                                        
                                    SharePlum automatically pulls the list of users when it connects to a SharePoint site. That's where you are crashing. The 404 error is a standard permission failure. As you said,...
Yes, you are getting an error on your first post. It's getting user info as part of the __init__ process. Yes, it's a bad error. I agree with you. I've...
I did some reading and it seems my memory is a little incorrect. I've only used SharePoint 2010 and 2013, not 2016. SharePlum uses NTLM for 2010 through 2016, but...
Sorry are you passing in a newer version for site?
Do it actually upload the data? It looks like parsing the result is the failure. On Mon, Apr 6, 2020 at 1:30 PM platocha wrote: > One comment - I...
I'm not too familiar with the __enter__ and __exit__. Is the super required?
I wasn't able to get this to work, but you can use this in unittest to resolve the error: `def tearDown(self): self.site._session.close()` Do you still think SharePlum needs to implement...
Sure. Thanks.
Are two "//" being added to your url?
Ahh, I see. Thanks for that. There is a change to the way the request library works between these two. On Thu, Oct 8, 2020 at 1:31 AM divingtobi wrote:...