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'm trying to upload a file to sharepoint via proxy. I read that it should work via os.environ['http_proxy'], but it doesn't work. I'm getting an SSL error. Is there a...

enhancement
question

Used copy_to, move_to methods to copy or move files from one folder to another in the same directory. Just doesn't seem to work. With the target folder already created, there...

question

Hi, When sending a message with attachment bigger than 4MB which is no text-file format, in logs i can found that the response status code is 200 but the message...

enhancement
question

I am trying to read files from a sharepoint location. 1.) Does my site url need to be where the file I want to read is located 2.) I receive...

bug

Hi everyone, I am a beginner for Python. I wrote script for downloading file from SharePoint. It works when I execute through Python Shell. However, when I converted it to...

question

When querying the search api (https://github.com/vgrem/Office365-REST-Python-Client/releases/tag/2.1.10) accessing relevant_results['Table']['Rows'] we get the first 10 rows.. how do we get access to other pages?

question

I'm running version 2.3.1 on Windows 10 Enterprise and I'm attempting to add roughly 1800 items to a sharepoint list where the data comes from an excel file. I've followed...

bug

[requirements.txt](https://github.com/vgrem/Office365-REST-Python-Client/blob/master/requirements.txt) requests==2.25.1 requests_ntlm [NTLMAuthentication] setuptools==57.0.0 msal==1.12.0 pytz==2021.1 makes it absolutely impossible to use with ``` pip install Office365-REST-Python-Client ``` without breaking all other packages. It is probably safer to advice...

enhancement

No such file or directory: AppData\\Local\\Temp\\_MEI205282\\office365\\runtime\\auth\\providers\\templates\\SAML.xml' script is running individually, but when converted to exe using pyinstaller i am getting above issue. Can anyone help.

question

I have to download a huge set of files from a sharepoint directory. The links looks something like this. https://tenant.sharepoint.com/personal/*****/_layouts/15/onedrive.aspx?originalPath=*****&id=****** . Now, I don't belong to the organisation. I tried...

question