Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting the project_id field from service account JSON files #118

Merged
merged 2 commits into from Aug 18, 2017

Conversation

hiranya911
Copy link
Contributor

Related to #117

@@ -181,18 +183,19 @@ static ServiceAccountCredentials fromJson(
String clientEmail = (String) json.get("client_email");
String privateKeyPkcs8 = (String) json.get("private_key");
String privateKeyId = (String) json.get("private_key_id");
String projectId = (String) json.get("project_id");

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@lesv lesv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Ping the thread tomorrow, if Garrett (or someone else) hasn't given any additional comments by mid morning, I'll merge this. I'll find out about a release -- if nothing is planned, I'm happy to publish it on Monday.

@lesv lesv merged commit ea8f0a1 into googleapis:master Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants