FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Resolve #948 · rresol/python-docs-samples@6d062e7 · GitHub

Commit 6d062e7

Browse files
Jon Wayne Parrott
authored
1 parent 47baea9 commit 6d062e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎compute/auth/access_token.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def list_buckets(project_id, access_token):
5151
'project': project_id
5252
}
5353
headers = {
54-
'Authentication': 'Bearer {}'.format(access_token)
54+
'Authorization': 'Bearer {}'.format(access_token)
5555
}
5656

5757
r = requests.get(url, params=params, headers=headers)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL