msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Results 120 msgraph-sdk-python issues
Sort by recently updated
recently updated
newest added

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...

question

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...

documentation

**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...

enhancement

**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...

enhancement

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...

enhancement

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/...