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

Hello, I was wondering if it's possible to get a file hash directly from SharePoint. Downloading it and computing the hash takes a lot of time and was wondering if...

enhancement

I tested below example where folders within SharePoint site are zipped and downloaded: (https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/sharepoint/folders/download_as_zip.py) Is it possible to save all file versions (that are configured in SharePoint Admin Center) as...

enhancement

Hello, For the context i'm trying to connect to a Sharepoint by using a Microsoft entra app, will using a certificat. Here the function : def connect_sharepoint(site_url, client_id, thumbprint, cert_path):...

question

- I'm trying to do a simplet get to the term store but I get that error. Does anyone have an example? ``` from office365.sharepoint.client_context import ClientContext from office365.runtime.auth.user_credential import...

question

So, I'm currently working on a dashboard that uses streamlit along with office365 for pulling files from sharepoint. This works perfectly when run locally in a venv, however on packaging...

question

I'm trying to import a large amount of data into several SharePoint lists using list_name.add_item({}). One of the columns in one of the lists is a MultiLookup. Currently I can...

question

My goal is to run a pipeline regularly to read and write onto a Sharepoint site. The code runs perfectly on local. But all cloud environments including Azure DevOps, Github...

question

Would you please disallow TLS v 1.0, 1.1 and insecure ciphers or at least expose a mechanism for API callers to do this.

question

We're working on an automation that's uploading a lot of files to SharePoint through the office365 library in python We've started getting this exception - from what I've been able...

question

Hello. My goal is to preserve modification time after value is assigned to a custom property of SharePoint file (unfortunately it changes modification time, what is not desired). I did...

question