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

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:...

question

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?

question

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...

question

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)...

question

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...

question

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:...

question

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:...

question

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...

question

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...

question