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

Not sure if performance is a feature request or bug. ```python import win32gui from azure.identity.broker import InteractiveBrowserBrokerCredential from msgraph.graph_service_client import GraphServiceClient ``` 1.1s (Already in issue #904) ```python current_window_handle =...

status:needs-discussion

### Describe the bug From the [documentation ](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=python) it states that the format `.xls` is supported for the conversion into the format `.pdf` but when trying the API I get...

type:bug

```python from msgraph import GraphServiceClient ``` This line can sometimes take 3.4s. Is it possible to optimize this? I'm not sure if this is a bug or a feature request....

enhancement
priority:p3
help wanted

### Describe the bug I am facing the same issue although I am invoking the public API and it happens when the token is invalid or expired. My code for...

status:waiting-for-triage
type:bug

### Describe the bug Using same syntax than in this code snippet from documentation gives error: "TypeError: WorkbookTableColumn.__init__() got an unexpected keyword argument 'values'" ``` # Code snippets are only...

type:bug
area:documentation

Is it possible to rename these paths by changing them to shorter names? I'm having a LongPath error on Windows 10 because of this and my company doesn't allow me...

enhancement

### Describe the bug I am trying to upload a .docx file into OneDrive using Graph API. Unfortunately, it returns an error 400. ```python msgraph.generated.models.o_data_errors.o_data_error.ODataError: { APIError Code: 400 error:...

Needs: Attention :wave:
type:bug

Python 3.10.12 and `msgraph-core==1.0.0a4` and `msgraph-sdk==1.0.0a12`, on Ubuntu 20 LTS. I'm trying to replace a working `azure-graphrbac` function with the replacement msgraph version - it's to find a displayName for...

### Describe the bug I'm trying to update one Attribut Mapping from a Synchronisation Job. For information, the provisioning job is created on template_id “gsuite”. When I launch the schema.patch()...

type:bug
dependency:metadata

**Title** Add members using patch method does not add users to group. **Environment** Python Version: 3.10.12 msgraph-sdk version: 1.1.0 OS: Ubuntu 22.04 **Stack trace (if available) Screenshot or formatted copy...

bug
type:documentation