Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
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...
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?
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...
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...
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,...
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...
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...
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...
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:...