Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
Good day. I am building a pipeline which SharePoint will be the source for data ingestion. I am using Azure LogicApps with a trigger to run when a file is...
Hi, I ran into SharePoint Online list throttling, and as recommended here: [https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online) It suggests sending a specific "User-Agent" to the request in order to: - be white-listed against the...
way to reproduce: set download session and try to execute it with ctx.execute_query_retry disconnect your internet cable `Error: ('-1, Microsoft.SharePoint.Client.InvalidClientQueryException', 'The HTTP POST method cannot be used for media resource....
Hi, I am facing same issue as #118 , but cannot figure out how to change url in my case, tried already combinations. When I open Sharepoint I get to...
Hi! I'm trying to do a simple connection, but every time I received Unauthorized error. I've created new app using [Granting access using SharePoint App-Only](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs) procedures, but nothing happen. My...
Hey everyone, I have created a local sharepoint on my computer and would like to use your package. Unfortunately the authentication fails with the following error. Others have mentioned an...
Below code is working locally in windows machine. But when I deploy it as a docker container it gives below issue as "Name or service not known" for dns_host while...
I could connect to sharepoint online and upload files. But can you help me in writing a dataframe in a sharepoint list. I was referring to Office365-REST-Python-Client/examples/sharepoint/lists_and_items/create_listitems_batch.py but here we...
Totally off topic and not at all an issue, but wanted to screenshot that this project has exactly 365 github stars today:  Kudos to the contributors on this project!
Hi , I am trying to test the module and using the following code from office365.runtime.auth.client_credential import ClientCredential from office365.sharepoint.client_context import ClientContext client_id = "*********************" client_secret = "*************************" site_url =...