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

Pls provide a sample showing how to download a file attachment in an email. eg Say i wanted to download an excel file from my mailbox.

conflicting

I'm referring to this completely separate search endpoint of MS Graph: https://learn.microsoft.com/en-us/graph/search-concept-messages. I'm looking to query for users' email box. I don't know how this SDK can enable me to...

Needs: Attention :wave:
area:documentation
priority:p2

### Describe the bug In the [documentation](https://learn.microsoft.com/en-us/graph/query-parameters?tabs=python#format-parameter) there is the Query "format" introduced that is supposed specify the media format that the requests returns. Since the method is not implemented,...

status:needs-discussion
type:bug
area:documentation
priority:p1

Hi, is there any possibility of returning headers of completed post request? For example, when creating new team, headers should contain return code and ID of created object, but for...

type:documentation

### Describe the bug In the SDK documentation for creating managed devices there is an example which does not work, I am not sure if this is a user error...

type:bug
priority:p1

python environment: ``` msgraph-core 1.0.0a4 pypi_0 pypi msgraph-sdk 1.0.0 pypi_0 pypi ``` Trying to add a new team with a very basic example from the general api documentation: ``` from...

Hello, I would like to add a new app_role called `test` to an app registration, I used following code, but got ODataError `Request contains a property with duplicate values.`: ```python...

Needs: Attention :wave:

`ParseNode.get_object_value(Parsable)` expects its arg to be of type `Parsable`. When you however pass to it `ConnectionOperation.create_from_discriminator_value()` which returns an instance of `ConnectionOperation` which inherits from `Entity` which inherits from `Parsable`,...

bug

I followed the steps here and its not using the proxy at all. My requests just time out: https://learn.microsoft.com/en-us/graph/sdks/customize-client?tabs=python#configuring-the-http-proxy-for-the-client While normal requests using httx work, the requests to Azure do...

bug