python-o365
python-o365 copied to clipboard
A simple python library to interact with Microsoft Graph and Office 365 API
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,  and Here is output  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...
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?