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

### Describe the bug The issue arises after encountering a 429 Too Many Requests error, which likely returns an incorrect Retry-After header value like 30,120 (representing two retry times or...

type:bug

### Describe the bug When I use the SDK, I don't get the requirementsSatisfied field, but when I call it though graph explorer I do get the field. I am...

status:waiting-for-triage
type:bug

I am using the library as shown below and I am flooded from logs coming from the library: 2025-02-11 17:17:37,072 - INFO - HTTP Request: GET https://graph.microsoft.com/v1.0//users/REDACTED "HTTP/2 200 OK"...

### Describe the bug When try to add any field from the docs, such as __"description"__ or __"@microsoft.graph.conflictBehavior"__ to `DriveItemUploadableProperties` from `msgraph.generated.models.drive_item_uploadable_properties` msgraph throw this: ``` E msgraph.generated.models.o_data_errors.o_data_error.ODataError: E APIError...

type:bug
area:uploads

### Describe the bug I'm testing an upload process, here's an anonymized snippet of the code: ```python async def _upload_file(self, drive_id, filename, file_content, folder_name=None): properties = DriveItemUploadableProperties( additional_data={ "@microsoft.graph.conflictBehavior" :...

type:bug
area:uploads

### Describe the bug I am trying to fetch the list of lists for a given site, with an expand on the fields. This crashes during deserialisation with a "string...

type:bug
priority:p1

Recently a few issues appeared that are related to dependencies being updated, namely: - #1068 - #1089 - maybe others, haven't looked In C# if you install a package it...

question
Needs: Attention :wave:
type:question

Code snippets under https://learn.microsoft.com/en-us/graph/sdks/national-clouds?view=graph-rest-1.0&tabs=python need to be updated to use a `TokenCredential` object with an [authority](https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.azureauthorityhosts?view=azure-python) set and updating the `base_url` of the graph client via: `graph_client.request_adapter.base_url = ""`

type:enhancement
area:documentation

### Describe the bug Using the move mail endpoint with immutable graph ids for mail creates duplicate mails ```python headers = HeadersCollection() headers.add("Prefer", 'IdType="ImmutableId"') ``` was used to get the...

priority:p1
area: API Support

### Describe the bug We are using msgraph-sdk-python 1.0.0 to automate the download and copying of files from Sharepoint/OneDrive. Until this morning, fields such as `created_date_time` and `modified_date_time` were instances...

question
Needs: Attention :wave:
type:question