FIX: google drve private key
Browse files- GoogleDrive_API.py +0 -2
GoogleDrive_API.py
CHANGED
|
@@ -34,8 +34,6 @@ class GoogleDrive_API:
|
|
| 34 |
"universe_domain": "googleapis.com",
|
| 35 |
}
|
| 36 |
|
| 37 |
-
print(service_account_info["private_key"])
|
| 38 |
-
|
| 39 |
credentials = service_account.Credentials.from_service_account_info(
|
| 40 |
service_account_info, scopes=self.SCOPES
|
| 41 |
)
|
|
|
|
| 34 |
"universe_domain": "googleapis.com",
|
| 35 |
}
|
| 36 |
|
|
|
|
|
|
|
| 37 |
credentials = service_account.Credentials.from_service_account_info(
|
| 38 |
service_account_info, scopes=self.SCOPES
|
| 39 |
)
|