msgraph-sdk-python
msgraph-sdk-python copied to clipboard
[Example 8 from the SDK](https://github.com/microsoftgraph/msgraph-sdk-python/blob/4cbeedd2c7575f4938b22e6bcc9953d4874e0669/docs/general_samples.md#8-post-request) does not work for me (direct copy paste). I get a ModuleNotFoundError: No module named 'msgraph.generated.send_mail' error. I installed on python 3.10.9 with `pip install...
Hello, I have a scenario, where I use GraphServiceClient based on ClientSecretCredential to paginate over some site-list-items resources, and after an hour or so, the aiohttp session is becoming None....
### Describe the bug I am trying to upload a PDF file to OneDrive, but I receive a 400 APIError with an Invalid Request. ### Expected behavior Successful upload of...
### Describe the bug When running multiple tests that are using GraphServiceClient every second test is failing with "RuntimeError: Event loop is closed". When changing scope of test to "module"...
### Describe the bug If my program is attempting to get all access package assignment requests, and comes across a request that has Request Type "UserExtend" it will throw and...
### Is your feature request related to a problem? Please describe the problem. With version 1.5.4, I am unable to perform CRUD operations against a user-defined Excel worksheet range address...
### Describe the bug When sending requests for channel creation with a membershipType value of shared, we get a 202 Accepted response code. The channels are not getting created after...
### Reporting an Issue or Missing Feature When attempting to get a SharePoint site a Kiota authentication error is thrown. ### Expected behavior A site object should be returned. ###...
Sample Python code from this [documentation page](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=python) does not work if any of datetime-typed fields initialized. Exception with message _Object of type DateTime is not JSON serializable_ is thrown. Non-working...
Client id and secret was made with having API permission as below. ``` Files.Read.All Files.ReadWrite.All Sites.FullControl.All ``` What I want to download file of URL is https://mngenvmcap115298.sharepoint.com/sites/sampleteam/Shared%20Documents/general/PDF-ER.docx ```python async def...