Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa02375

Browse filesBrowse files
author
Jon Wayne Parrott
authored
Remove bad link
1 parent 6754e1a commit fa02375
Copy full SHA for fa02375

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎auth/cloud-client/snippets.py

Copy file name to clipboardExpand all lines: auth/cloud-client/snippets.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def explicit():
3434
from google.cloud import storage
3535

3636
# 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
37+
# file.
4038
storage_client = storage.Client.from_service_account_json(
4139
'service_account.json')
4240

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.