shareplum
shareplum copied to clipboard
Pythonic SharePoint
Is it possible to use clientID + secret (which I generated on the SP site) as authentication with shareplum? Or an access token?
As we know from issues like #57, #63, and #106, SharePoint Online (and uncustomized on-premises versions) have a [5000 record limit](https://docs.microsoft.com/en-us/sharepoint/troubleshoot/lists-and-libraries/items-exceeds-list-view-threshold) for views and queries. A workaround for this limitation...
When attempting to use shareplum to pull files from a sharepoint folder I receive this error: "TypeError: 'RequestsCookieJar' object is not callable" I don't seem to be missing anything in...
I'm connecting to an on-premises, SharePoint 2016 environment. I have full control of the environment as a member of the site owners group. As can be seen in the following...
i am trying to connect to sharepoint using python to upload/download files, from internet i found that we can use shareplum to do this, but i am getting an error...
I don't see anyone mentioning this. When attempting a query on Created or Modified using a datetime, the following error is given: Failed to download list items Argument must be...
Username, password and URL are okay but it is still giving an error. ``` Traceback (most recent call last): File "test_upload.py", line 13, in SharePoint().upload_file(file_dir_path, file_name, folder_name) File "/home/ubuntu/atlas/national_kpi_table/sharepoint.py", line...
I have a list with more than 5000 records on my sharepoint site. I'm having issue with shareplum when I call **site.List('Projects')**, anyone can help me? Thanks Code ``` from...
Hi. I have problem inserting and updating a record with a blank in the user columns. I have to inser a defined user to get the record inserted (or updated)....