Conversation
|
Thanks for the PR! Could you please explain what problem is being solved for most users of |
|
Hi, in my use case, I need to develop shell script to schedule email fetching. I need to persist token info between different runs avoiding to refresh token until expires. I would like to delegate all the oauth2 stuff to this script. I need to save both tokens because the |
|
Thanks for the explanation! In that case, I'm not sure why the existing |
| import urllib.parse | ||
| import urllib.request | ||
|
|
||
| import os |
This comment was marked as duplicate.
This comment was marked as duplicate.
Sorry, something went wrong.
| import urllib.parse | ||
| import urllib.request | ||
|
|
||
| import os |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Implemented new feature to allow saving of tokens to current working directory for later use (e.g. use in script).