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
trafficstars

I do not manage to update multiple choice field value in list items. Is it possible?

I find that shareplum can only get level=1 list items But the list within the site are often nested multiple levels down how to obtain such nested items recursively in...

I'm getting the following error: **_Exception has occurred: Exception ('Error authenticating against Office 365. Error from Office 365:', 'AADSTS50126: Error validating credentials due to invalid username or password.')_** And from...

Hi all, first of all a big thank you for your work with this library as it makes dealing with sharepoint much much easier than otherwise. **HIGH PRIORITY:** 1- Any...

I think for IsNull option it only needs one parameter which represents where column value is null. I have no idea ??? what I should put where your source code...

My project that uses shareplum has had an open issue since may 2020 to get the changes in v0.5.2 properly brought in. Currently that version has not been made and...

Hi, I'm loving shareplum and I've got a lot done with it. I'm currently in the process of uploading a large number of files and I need to set properties/metadata...

Hi! I have an issue after an upload: the file is transferred and it is completed (is a 160MB file) but then I get an error, even if I set...

Hi, just tried to update user fields with a string value. 'Surname, Prename' format worked for a custom sharepoint person/group column, however, for the generic 'Author' column it does not...

I am trying to run the unit test suite (https://gitlab.com/dHannasch/shareplum/-/blob/gitlab-ci-yml/.gitlab-ci.yml). On every test, when it goes to create a Site, I get an error. ``` Traceback (most recent call last):...