Error Screenshot: Hello Everyone, I am trying to set up a connection to SharePoint list so I can read/write data to SharePoint. Below is the following code that I have ran to form
Solution 1:
It seems that you're trying to connect to SP online. Please specify Version parameter then try it again.
site = Site('https://xxxxxx.sharepoint.com/sites/sbdev/subtest01',version=Version.v365, authcookie=authcookie)
Post a Comment for "Shareplumrequesterror: Shareplum Http Post Failed"