shareplum
shareplum copied to clipboard
Pythonic SharePoint
I’ve been trying to add data to a newly created SP list, and it keeps telling me the field I have doesn’t exist. The only way I can get this...
Hi, I'm currently working on a project that will work behind a proxy. I was wondering if you could give the user the option to use a proxy when performing...
difference in laptop versus server installs. Developer can run the code but on the server it fails with: from shareplum.site import Version ModuleNotFoundError: No module named 'shareplum.site Packages: server SharePlum...
I am trying to load data into a list using Shareplum. List has a column with type User. It loads all other data except for User field.. #import package from...
@jasonrollins could you please make a release with the retry timeout fix you pulled in? Thanks
It would be beneficial to set a custom timeout when working with larger files. The change would be to init in folder.py: ```python from .request_helper import get, post import json...
site.list("name of list") returns an error in shareplum version 0.5.1. The same code works in 0.4.4: ``` upload_history_list = site.list("Upload History") Traceback (most recent call last): File "C:\Users\USER-2\Anaconda3\lib\site-packages\shareplum\request_helper.py", line 17,...
Hi, We use sharepoint 2016/ 365. I have used this library and the code works like a charm with my credentials when running the code locally (at my work's network)....
Hi, calling Site method on a library [site = Site('http://mysharepoint/sistemi/provaAndrea/testAndrea/Test', version=Version.v2013, auth=cred)] results in the following error. The page http://mysharepoint/sistemi/provaAndrea/testAndrea/Test/_vti_bin/Sites.asmx responds well. Could you help me? Thank you, kind regards...
I followed the example on https://pypi.org/project/SharePlum/ and executed the `folder = site.Folder('Shared Documents/This Folder')` statement. I expected an error but instead I got a new folder created on our sharepoint....