Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
I am attempting to download an Excel document from SharePoint office365.runtime.client_request_exception.ClientRequestException: ('-2130575338, Microsoft.SharePoint.SPException', 'The file /sites/name1/Name name-2/name3/Name 4 - name/Test.xlsx' does not exist.', "404 Client Error: Not Found for url:...
Randomly I'm getting Microsoft.Office.Server.Search.REST.SearchServiceException This query could not be completed because the system is running low on resources.', '429 Client Error: for url: https://xxxxx.sharepoint.com/sites/GLB-DRP/_api/Microsoft.Office.Server.Search.REST.SearchService/postquery Has anyone encounter this?
Hi, is there a way for one to connect to SharePoint List using site cookies? What modifications should I make? Some background, I am unable to create Client ID and...
hello there! Working a bit with sharepoint lists (reading) - everything is OK. but cant add item, Lib cant find serverRelativeURL ``` def get_ctx(msalapp): base_url = BASE_URL auth_context = AuthenticationContext(base_url)...
I continuously encounter calls that get stuck and never return which stops my entire app from running. For Example, my app freezes almost every other week and is stuck waiting...
I'm getting a forbidden exception when uploading a file to our Sharepoint site. This is a regression since version 2.3.14. It works fine on 2.3.13. Here is the exception traceback:...
I can't connect to my companies' sharepoint site. I am using company laptop with win10 and python 3.9. Office365-REST-Python-Client versions: 2.3.11, 2.4 -> I get the ExpatError below. Office365-REST-Python-Client version:...
Hello, I have been trying to get lists using the previous topic here that helped immensely: https://github.com/vgrem/Office365-REST-Python-Client/issues/474 This has provided me the possibility to connect and eventually get the list...
Hi, Can a .PEM be used in place of the .CER for the Azure AAD verification method?
Hello, I should extract the permission levels on the files, folders, and lists which a SharePoint Group and User has. I have examined the library and its issues and anything...