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)
I have tested above demo in my SPO environment, you may have a look.
BR
Post a Comment for "SharePlumRequestError: SharePlum HTTP Post Failed"