Fix: GoogleDrive
Browse files- 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 |
)
|