google-auth-library-java
google-auth-library-java copied to clipboard
p12 how to create ServiceAccountCredentials
FileInputStream fileInputStream = new FileInputStream(credPath); ServiceAccountCredentials sourceCredentials = ServiceAccountCredentials .fromStream( new FileInputStream(credPath));
credPath must json , but i have p12
Is there a way to use a P12 file? Or today only JSON is supported?