microsoftgraph-python icon indicating copy to clipboard operation
microsoftgraph-python copied to clipboard

Microsoft Graph API wrapper written in Python

Results 8 microsoftgraph-python issues
Sort by recently updated
recently updated
newest added

Hey there, with this flow, what step do you recommend to pass "code" to exchange code for access token. I understand the user would login in the browser. Sorry if...

Does this library support uploading files to OneDrive? Are there any examples? Here are the relevant API docs: https://docs.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0

Please add a public "get" method in case I need some API access point that's not provided by the client class. All this function needs to do is paste the...

Here's the simplistic code for a head start that works for me. Of course you can edit parts to make it conventional, but adding this in is a huge value...

How can i use this with proxy settings?

In the file mail.py: line 32 `url = "me/mailFolders/{id}/messages".format(folder_id) if folder_id else "me/messages"` should be `url = "me/mailFolders/{id}/messages".format(id=folder_id) if folder_id else "me/messages"` or better again use f-strings!

This line of code started raising sometimes for me, as of 2 months ago https://github.com/GearPlug/microsoftgraph-python/blob/58ec24685f2cf577a6dd20afc38196610bfad72e/microsoftgraph/client.py#L308 Screenshot from Sentry with some more context: ![image](https://github.com/GearPlug/microsoftgraph-python/assets/38049750/d806bf0b-e536-4795-953d-8bf9dd36e4ae)

Hi, I have just looked up microsoftgraph-python on the Snyk Advisor https://snyk.io/advisor/python/microsoftgraph-python The "Github" link in that page points to the wrong repository (django-requests-logger - see screenshot) ![image](https://github.com/user-attachments/assets/59598b3a-0a5f-4746-9ef1-1d81ba0b32d6) You may...