issues Search Results · repo:jasonjoh/python_tutorial language:Python
Filter by
7 results (64 ms)
7 results
injasonjoh/python_tutorial (press backspace or delete to remove)When cloning this repo, installing requirements from the provided requirements.txt fails with the error
Traceback (most recent call last):
File /home/username/.local/bin/pipenv , line 10, in module ...
I am trying to create an event through your sample, but always getting 400 error
def make_api_call(method, url, token, user_email, payload=None, parameters=None):
# Send these headers with all API ...
i use this tutorial https://docs.microsoft.com/en-us/outlook/rest/python-tutorial the mail contacts work fine but events
http://localhost:8000/tutorial/events/ didn t work. i got Response [403]
Hello,
Today, our auth code (which is based on this tutorials) for Outlook accounts started to crash, because JWT format had
changed. Currently it looks like:
{
u ver : u 2.0 ,
u aud : u b27e9f81-dbc4-4d4a-923a-3eacaae45241 ...
Not really related to python-tutorial, but related to using Outlook Mail REST API in python :) And I d say that
extending tutorial with answer to my question will be very beneficial (googling does not ...
Hello,
Got next response with access_token and stuff:
resp = {u id_token_expires_in : u 86400 , u access_token : u EwB4Aul3BAAUo4xeBIbHjhBxWOFekj4Xy2fhaGQAARR...W9g4MZQE= , u id_token : u eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikd2blBBcGZXTWRMUmk4UERtaXNGbjdicHJLZyJ9.eyJ2ZXIiOiIyLjAiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vOTE4ODA0MGQtNmM2Ny00YzViLWIxMTItMzZhMzA0YjY2ZGFkL3YyLjAiLCJhdWQiOiI4MDRjZTgzMy0xNzQ0LTQyNjMtYWUwZC1jZDVhNTQwYzkyYTIiLCJleHAiOjE0Mzk1MzkzMDIsImlhdCI6MTQzOTQ1MjkwMiwiYXRfaGFzaCI6Ii0tSi1Pakt5S1EwdjlTWHY1MTE3WGciLCJuYW1lIjoiRG1pcnR5aSBUZXN0b2RmaiIsInByZWZlcnJlZF91c2VybmFtZSI6ImRtaXRyaXl0ZXN0b3ZpY2g1QG91dGxvb2suY29tIiwic3ViIjoiQUFBQUFBQUFBQUFBQUFBQUFBQUFBTDBqS29XSFdzY1hxQWgtcXdQd3dwVSIsInRpZCI6IjkxODgwNDBkLTZjNjctNGM1Yi1iMTEyLTM2YTMwNGI2NmRhZCJ9.UHtqGoE10KUvldBDWtQ8thCvZUzVC1n7C-N0YJOlKdZ7jN36XwSbCdPhTkqqsVnBXU3Plb4a9KApLIdQ-snjHYuARmDrhnXGsX9BU14pWrJi2leQDPIdk9MjdhhtQ3K51yOdmsVkgpHS7QnZIhYq8tFkmjVWhC8Mr6XR_gnJlto ...

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.