googleworkspace / python-samples

🐍 Python samples for Google Workspace APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt for authorization every single time

saqibfida opened this issue · comments

Summary

TODO...

Expected Behavior

It should prompt for authorization only for the first time.
TODO...

Actual Behavior

prompt for authorization every time I run the code.
TODo...

Steps to Reproduce the Problem

1.I used the sample code with my credentials.json file, as per google form documentation it should prompt for authorization only for the first time and store the authorization information locally but when I run the code it goes for authorization every single time.

Specifications

  • Python version (3.9.7)
  • OS (Windows)