issues Search Results · repo:GearPlug/microsoftgraph-python language:Python
Filter by
27 results
(71 ms)27 results
inGearPlug/microsoftgraph-python (press backspace or delete to remove)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 ...
andreabrambilla
- 1
- Opened on Sep 16, 2024
- #50
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 ...
richardARPANET
- Opened on Jun 18, 2023
- #45
When specifying a folder in list_messages, there s an error with the string substitution in the URL. Trivial fix,
submitted as #43
austin1howard
- 1
- Opened on Nov 17, 2022
- #44
Calling client.mail.list_messages() and client.mail.get_message({message_id}) end up returning only the response status
code and not what they re intended to return; i.e., a list of messages and the contents ...
adithya249
- 1
- Opened on Oct 23, 2022
- #42
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 add and makes it easier for people to pick up the ...
matthewmgraf
- 1
- Opened on Sep 30, 2022
- #41
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 ...
cormac-everhaze
- 1
- Opened on Sep 7, 2022
- #39
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 the question is low level, still learning ...
leinad9905
- 3
- Opened on Aug 24, 2022
- #38
Need to add attributes for the subscription webhook attributes like lifecycleNotificationUrl(important to receive
notification whenever user changes password of account subscription would be cancelled) ...
Free-devleoper
- Opened on Apr 1, 2022
- #35
Hi,
I m getting this error after updating to 1.1.1. Not sure if this is a local issue or a bug? Noted some changes where
made in nearby code in this PR: https://github.com/GearPlug/microsoftgraph-python/pull/29 ...
ggravlingen
- 5
- Opened on Mar 25, 2022
- #32

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.