Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Microsoft 365 & Microsoft Graph Library for Python

Results 293 Office365-REST-Python-Client issues
Sort by recently updated
recently updated
newest added

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....

question

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...

question

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...

question

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...

bug
enhancement

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?...

question

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 =...

question

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...

question

[](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...

question

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...

question

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))`: ![image](https://user-images.githubusercontent.com/44501803/130526161-851e59c9-1ce8-47e4-b870-2d904bebe16c.png) I think that the error happens here https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/graph_client.py#L94 ... because...

question