AmirMoris commited on
Commit
6917393
·
1 Parent(s): ef94047

Fix: GoogleDrive

Browse files
Files changed (1) hide show
  1. GoogleDrive_API.py +1 -0
GoogleDrive_API.py CHANGED
@@ -33,6 +33,7 @@ class GoogleDrive_API:
33
  "client_x509_cert_url": os.environ["client_x509_cert_url"],
34
  "universe_domain": "googleapis.com",
35
  }
 
36
  credentials = service_account.Credentials.from_service_account_info(
37
  service_account_info, scopes=self.SCOPES
38
  )
 
33
  "client_x509_cert_url": os.environ["client_x509_cert_url"],
34
  "universe_domain": "googleapis.com",
35
  }
36
+ print(service_account_info)
37
  credentials = service_account.Credentials.from_service_account_info(
38
  service_account_info, scopes=self.SCOPES
39
  )