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

p12 how to create ServiceAccountCredentials #523

Open
qiufuzong opened this issue Dec 15, 2020 · 1 comment
Open

p12 how to create ServiceAccountCredentials #523

qiufuzong opened this issue Dec 15, 2020 · 1 comment
Assignees
Labels
type: question Request for information or clarification. Not an issue.

Comments

@qiufuzong
Copy link

FileInputStream fileInputStream = new FileInputStream(credPath);
ServiceAccountCredentials sourceCredentials = ServiceAccountCredentials .fromStream( new FileInputStream(credPath));

credPath must json , but i have p12

@chingor13 chingor13 added the type: question Request for information or clarification. Not an issue. label Dec 15, 2020
@lucasbasquerotto
Copy link

Is there a way to use a P12 file? Or today only JSON is supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

4 participants