python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

A simple python library to interact with Microsoft Graph and Office 365 API

Results 213 python-o365 issues
Sort by recently updated
recently updated
newest added

Hello, I just noticed that the link creation expires after a certain time, I did not see a way to set the expiration time. I would like the link to...

Sadly I don't have enough details and cannot reproduce this issue yet to collect them but I want to report what happened. I had the program stuck during a file...

Hi, I am using this package for some internal software and we are struggling to integrate with `mypy` for typing. Is there any type definition for the package or any...

This adds a base for OneNote support. However, it needs a lot more work to be fully functional. In its current state, it can get notebooks from a SharePoint site...

If we do an upload to a sharepoint folder with a small file, everything works as designed. So: `folder.upload_file(filename_from, filename_to)` where filename_from is "/testdocument/flip.pdf" and filename_to is "bogus.pdf". bogus.pdf is...

Hi I am getting File Not Found Error while generating link for a specific file from onedrive. here is my code, ![image](https://user-images.githubusercontent.com/44312962/140489714-cb35b1e6-cee2-47a5-8610-be6ae793475b.png) and Here is output ![image](https://user-images.githubusercontent.com/44312962/140489890-05eecf04-77b6-4d74-84c6-537013ce256c.png) Also I have...

I made a web app that leverages this library as the API to download data from a Sharepoint website. What are the possibilities for increasing the download speed during a...

I am slightly confused about what is happening in OneDrive. I am iterating the items of a folder and once I find the file that I am looking for, I...

bug

I am trying to update an existing field of a listitem which current value is null (that means it's not listed on `item.fields`) , but the following exception happens: `ValueError:...

Hello, while i'm trying to attach such files to my message, getting an error requests.exceptions.HTTPError: 413 Client Error: Request Entity Too Large for url: https://graph.microsoft.com/v1.0/me/sendMail How to handle?