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! Has anyone encountered an authentication issue recently using the Office365 library? ERROR:office365.runtime.auth.providers.saml_token_provider.SamlTokenProvider._process_service_token_response:Cannot get binary security token for from https://login.microsoftonline.com/extSTS.srf An error occurred: Cannot get binary security token for from...

question

I am looking to batch several download requests to execute a single call. I know this is simple for lists, however I was wondering if this was possible for files?

question

Hi all, I've been doing some stuff with SharePoint lists and items, but unfortunately I am facing an issue that can be solved through a workaround. However I was wondering...

question

Let's say I have a `DriveItem` and a path, like `a/b/c`. I want to get folder `c` as a `DriveItem`. If `c` and/or the intermediate folders `a/b` don't exist I...

enhancement

Hi, I'm trying to read files (e.g: filename, file content) from a Sharepoint folder that containing more than 5000 items. Part of my code is shown below: ```python def get_filenames(self,...

question

Hi, My script creates a CTX frequently. Sometimes there is an (unexplained) error 503 where no valid auth token is returned. That's no big deal - I can accept a...

enhancement

Hello, I am attempting to run the following query: `client.me.drive.root.get_files(True).select(["name"]).execute_query()` This does not produce the expected result. All attributes of each DriveItem are still returned, thus the `SELECT` query option...

bug

I am trying to upload a file to SharePoint and increment the version, but every time I upload a file it keeps the version at 1.0. Is this possible? I...

question

Whenever I try to run this I get the str object is not callable for ClientContext in which execute_query is not able to run. I even passed the acquire token...

Hi, I am using python api script for Power BI Meta data. The script was running fine for 1-2 months, without any issue. But suddenly getting this following Error: requests.exceptions.HTTPError:...

question