msgraph-sdk-python
msgraph-sdk-python copied to clipboard
If I want to manipulate a `DriveItem`, I need to define the type: `folder : DriveItem = DriveItem()` is there a way to import DriveItem without doing: `from msgraph.generated.models.drive_item import...
Hi. Adding some graph functionality to an application, I sometimes come across minor errors in the https://learn.microsoft.com/en-us/graph/api code snippets. When I go to create a PR for the typo, there...
**Is your feature request related to a problem? Please describe.** I would like to add my own retry logic into applicaitions that use the GraphServiceClient but I'm some trouble finding...
**Current Behavior** Working with device code credetial flow throws an error at getting the token. Follow this tutorial [](https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad&tutorial-step=3) Working device code credential flow, the script takes over 20 minutes...
So I tried to migrate our usage of raw API calls to Microsoft Graph to your new release 1.1.0. And I measured execution time with the bare-bones method `time.time()` before...
This library looks like lacking many more examples of less simplistic queries using graph api for Python . I am trying to understand how I can delta sync the data...
I'm not sure if this supposed to work like this. Consider the following code snippet: ```python from msgraph.generated.planner.plans.item.details.details_request_builder import DetailsRequestBuilder as PlanDetailsRequestBuilder from msgraph.generated.planner.tasks.item.details.details_request_builder import DetailsRequestBuilder as TaskDetailsRequestBuilder plan_config1 =...
I am trying to run my code using a NTLM proxy and checking if we can have our api calls from the SDK support extended request package like requests-ntlm2 https://pypi.org/project/requests-ntlm2/...