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 d04ab5d commit 81d1f4cCopy full SHA for 81d1f4c
authenticating-users/main.py
@@ -50,8 +50,8 @@ def get_metadata(item_name):
50
def audience():
51
global AUDIENCE
52
if AUDIENCE is None:
53
- project_number = get_metadata(numeric_project_id)
54
- project_id = get_metadata(project_id)
+ project_number = get_metadata('numeric_project_id')
+ project_id = get_metadata('project_id')
55
AUDIENCE = '/projects/{}/apps/{}'.format(
56
project_number, project_id
57
)
0 commit comments