Skip to content

Need to change Authentication to Authorization in request header #948

@arenddittmer

Description

@arenddittmer

In which file did you encounter the issue?

https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/compute/auth/access_token.py

Did you change the file? If so, how?

diff access_token.py access_token_fixed.py
54c54
< 'Authentication': 'Bearer {}'.format(access_token)

    'Authorization': 'Bearer {}'.format(access_token)

Describe the issue

Token retrieval requires 'Authorization' header

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions