Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
Python 3.8 Office365-REST-Python-Client 2.3.11 I am able to upload pandas dataframes directly to a .csv file in an Azure blob and am seeking to do the same thing in Sharepoint....
I have experienced the connection timing out, after hours/days (not sure which). I get an error message like `401 Client Error: Unauthorized for url`. I built a decorator for my...
How can I easily fetch the html source code from a sharepoint page? The snippet below works but I do not manage to get the plain html content? ``` from...
Hi All , I am reading the files from SharePoint using python , my code was running fine but now i am getting below error not getting how to fix...
With Microsoft moving away from "Basic/Legacy" Authentication and towards Modern Authentication using OAuth, I was wondering what the roadmap was for this library to support OAuth in the near future?...
Hi, I have an issue on my work computer with connecting to Sharepoint Online due to SSL issue. It works on my Mac without issues. My simple code: `site_url =...
Hello, I work with different types of SP pages. On some pages files are checked in when they are uploaded. On the others files need to be checked in after...
[](https://community.activestate.com/t/build-error-pysubtypes-0-3-18-for-python-3-9-9-on-windows/8520#failing-packages-2) I am using ActiveState Python for a Sharepoint project. Runtime Details Language - python 3.9.9 Platform - Windows Failing Packages pysubtypes 0.3.18 I took the base python 3.9.9 and...
Hi guys, firstly thanks for creating such awesome library. I want ask about if there is any encryptions provided from your side in file upload method from local to SharePoint...
Hi all! Working with onedrive API I found out that, once I instantiate the `client = GraphClient(acquire_token_func(tenant_id, client_id, client_secret))`:  I think that the error happens here https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/graph_client.py#L94 ... because...