Skip to content Skip to sidebar Skip to footer

Shareplumrequesterror: Shareplum Http Post Failed

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)

Full Code: https://github.com/kongmengfei/sharedproject/blob/master/PythonConsole-uploadfileSPO/PythonApplication2/addDocLib.py

I have tested above demo in my SPO environment, you may have a look.

BR

Post a Comment for "Shareplumrequesterror: Shareplum Http Post Failed"