Advertisement
Guest User

Untitled

a guest
Jul 21st, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. D:\Applications\Nintendo Switch Applications>"D:\Applications\Nintendo Switch Applications\TinGen\TinGen.py" MYGOOGLEDRIVEFOLDERIDHERE --share-files --success "index.tfl loaded successfully!"
  2. Traceback (most recent call last):
  3. File "D:\Applications\Nintendo Switch Applications\TinGen\TinGen.py", line 38, in <module>
  4. generator = TinGen(args.token, args.credentials, args.headless)
  5. File "D:\Applications\Nintendo Switch Applications\TinGen\TinGen\__init__.py", line 208, in __init__
  6. self.gdrive_service = GDrive(token_path, credentials_path, headless)
  7. File "D:\Applications\Nintendo Switch Applications\TinGen\TinGen\__init__.py", line 26, in __init__
  8. self.drive_service = google_api_build("drive", "v3", credentials=credentials)
  9. File "C:\Tools\Python3x86\lib\site-packages\googleapiclient\_helpers.py", line 134, in positional_wrapper
  10. return wrapped(*args, **kwargs)
  11. File "C:\Tools\Python3x86\lib\site-packages\googleapiclient\discovery.py", line 248, in build
  12. return build_from_document(
  13. File "C:\Tools\Python3x86\lib\site-packages\googleapiclient\_helpers.py", line 134, in positional_wrapper
  14. return wrapped(*args, **kwargs)
  15. File "C:\Tools\Python3x86\lib\site-packages\googleapiclient\discovery.py", line 423, in build_from_document
  16. credentials = _auth.default_credentials()
  17. File "C:\Tools\Python3x86\lib\site-packages\googleapiclient\_auth.py", line 44, in default_credentials
  18. credentials, _ = google.auth.default()
  19. File "C:\Tools\Python3x86\lib\site-packages\google\auth\_default.py", line 328, in default
  20. raise exceptions.DefaultCredentialsError(_HELP_MESSAGE)
  21. google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application. For more information, please see https://cloud.google.com/docs/authentication/getting-started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement