We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6754e1a commit fa02375Copy full SHA for fa02375
auth/cloud-client/snippets.py
@@ -34,9 +34,7 @@ def explicit():
34
from google.cloud import storage
35
36
# Explicitly use service account credentials by specifying the private key
37
- # file. All clients in google-cloud-python have this helper, see
38
- # https://google-cloud-python.readthedocs.io/en/latest/core/modules.html
39
- # #google.cloud.client.Client.from_service_account_json
+ # file.
40
storage_client = storage.Client.from_service_account_json(
41
'service_account.json')
42
0 commit comments