'How to exchange google authorization code for access token and refresh token in Python?
I have scenarios like, I have two different programs X and Y. Program X will prompt the user for Google authorization consent and once that completes it will get a response including auth code, now X delegates auth code to python program Y and program Y wants to exchange that code for an access token and refresh token for further API task.
Can you suggest how Y can exchange that authorization code for getting an access token and refresh token in python?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
