Questions tagged [shareplum]

SharePlum is a Python package that offers an easy way to work with SharePoint services. It handles all of the messy parts of dealing with SharePoint and allows you to write clean and Pythonic code.

Website: https://pypi.org/project/SharePlum/

47 questions
0
votes
0 answers

Python upload local file to Sharepoint Team site

i'm trying to import .xls file to Sharepoint Team Site (Pattern : https://azureABC.sharepoint.com/teams/ABCgroup/Shared%20Documents/Forms/AllItems.aspx) using this function that i used for regular sharepoint Site : def…
-1
votes
2 answers

Recieving 'ShareplumRequestError: Sharepoint HTTP Post/Get Failed' When Attempting to Upload Files to Sharepoint

I've been trying to set up a python script that will allow me to automate the uploading of files to Sharepoint, using Shareplum. I eventually managed to bypass the 2FA by setting up an app password, and now if I create a shareplum Folder object…
1 2 3
4