version: latest (0.92)
when I run python ./gdauth.py client_secret.json. the python script throws an exception
Traceback (most recent call last):
File "./gdauth.py", line 76, in
auth = GDAuth(args.secret_file, if_oob)
File "/usr/local/google/home/xiaomingc/lab/gdcmdtools/gdcmdtools/gdcmdtools/auth.py", line 37, in init
os.remove(storage_file)
OSError: [Errno 2] No such file or directory: 'MY_HOME_DIR/.gdcmdtools.creds'
version: latest (0.92) when I run python ./gdauth.py client_secret.json. the python script throws an exception
Traceback (most recent call last): File "./gdauth.py", line 76, in
auth = GDAuth(args.secret_file, if_oob)
File "/usr/local/google/home/xiaomingc/lab/gdcmdtools/gdcmdtools/gdcmdtools/auth.py", line 37, in init
os.remove(storage_file)
OSError: [Errno 2] No such file or directory: 'MY_HOME_DIR/.gdcmdtools.creds'