shareplum
shareplum copied to clipboard
Pythonic SharePoint
Hallo, I created a method which downloads the content of a Sharepoint list according to its structure, even though there are no data stored inside. My strategy (in download_with_schema) is...
Hello guys! I'm trying to use the library in AWS Glue and in the lib import this error appears: ImportError: cannot import name 'etree' from 'lxml' (/tmp/package.zip/lxml/__init__.py) I've tried use...
I have found that with our newest Office365 Sharepoint online sites we are getting 403 errors on POSTs during the authentication phase after a 302 redirects to / which shareplum...
Just letting everyone know that the _Folder class will actually start generating folders if it does not exist. So I ended up generating ~20 folders by accident...Woops! To fix this...
I am (a novice) using shareplum to upload 35,000 documents to a single document library, and when I get to 5,000 documents I'm getting a 500 Server Error. The process...
I tried using OrderBy in query to sort the list based on ID in descending order, but it still pulls data in ascending order. Am I doing something wrong? the...
I am loving the design perspective of this package. It's much cleaner than other solutions I have been looking at using. The problem I've ran into is authenticating as a...
Hi, I'm getting this error when trying to authenticate. `Exception: ('Error authenticating against Office 365. Error from Office 365:', 'AADSTS50126: Error validating credentials due to invalid username or password.')` I...
(This doesn't actually have any effect on the current authentication problems.)
Instead of always try to create a folder, when Folder is initialized we try to check if it exists first.