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

I'm trying to use your library as a OneDrive client, I read the authentication part of documentation and I was able to setup a method that works and saves token,...

Is there any method to revoke a user's token?

I'm looking for a way to check the token validity. For example, I've stored a long-term token (i.e. refresh token) into the DB using `TokenBackend` instance, but I revoke that...

I'd like to list all the sites that my app has access to. I don't know if the `search` function could give me that list. If not, I would like...

Feature Request

How can i fetch all messages in my mailbox in, I have tried doing something like this mailbox = self.account.mailbox() messages = mailbox.get_messages(limit=100) but it only returns like the first...

Hello, for security reasons, I need to use the user and passsword to generate the token, I have done it with the MSAL library, but I wanted to know if...

## Hello. First of all, thank you for this excellent python package solution. # Description of the problem: I am trying to authenticate using this code ``` from O365 import...

Hello! I haven't seen anyone else run into this issue, but no matter what I do I can't get past this error when trying to do simple actions like "get_row"....

bug