msgraph-sdk-python
msgraph-sdk-python copied to clipboard
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.
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...
### 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,...
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...
### 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...
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...
`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`,...
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...