shareplum icon indicating copy to clipboard operation
shareplum copied to clipboard

Pythonic SharePoint

Results 100 shareplum issues
Sort by recently updated
recently updated
newest added

I get the below error when trying to authenticate with the correct username and password. I am fairly certain this is due to the lack of a 2FA input, but...

Hi, with the following code, I could access the main page of sharepoint. I would like to go to document folder and go on. My questions are: 1) how to...

Hello everyone, I'm trying to upload some files to SharePoint in Office 365 but the authentication fails even though that I put the right credentials.Here's the code: ``` from shareplum...

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Hi is there any way to copy files and sub-folders from one folder in SharePoint to another folder?

Hey @jasonrollins, I hope you're well! I changed the code to allow sending large files to Sharepoint. I also fixed a small issue with inserting "User" type records in the...

I have a script I've been running for months that uses shareplum to update various columns of a SharePoint List using UpdateListItems(kind = 'Update'). It has suddenly stopped working and...

This is my code. Who can solve this problem from shareplum import Site from shareplum import Office365 from shareplum.site import Version # Office 365 Authentication authcookie = Office365('https://xxxxxx.sharepoint.com/', username='[email protected]', password='Spinfo@01234').GetCookies()...

Since today morning, I've been getting Shareplum HTTP Post Failed : 500 Server Error: for a list which has been working fine so far. Upon further analysis, when a filter...

Firstly, thanks for this awesome project! ## Overview of Issue Upon initialisation of the folder object, [`_create_folder`](https://github.com/jasonrollins/shareplum/blob/master/shareplum/folder.py#L25-L39) is called, which does a `POST` request against `/_api/web/folders`. If the folder doesn't...