I am using the Google Drive Quickstart Python API from here. I want to find the 'drive-python-quickstart.json' file on my windows system. Where is it actually stored? Where is '~/.credentials/drive-python-quickstart.json' in Windows?
If modifying these scopes, delete your previously saved credentials
at ~/.credentials/drive-python-quickstart.json
SCOPES = 'https://www.googleapis.com/auth/drive.metadata.readonly'
CLIENT_SECRET_FILE = 'client_secret.json'
APPLICATION_NAME = 'Drive API Python Quickstart'
echo %HOMEPATH%. If you use terminal with shell, you can get it byecho $HOME. If you want to put it on your current working directory, please changecredential_pathtoos.path.join("./", 'drive-python-quickstart.json'). At that time, please deletehome_dir, credential_dir, if. - Tanaike