java-samples icon indicating copy to clipboard operation
java-samples copied to clipboard

Test "/credentials.json" in quickstarts on Windows

Open asrivas opened this issue 7 years ago • 3 comments
trafficstars

asrivas avatar Oct 21 '18 22:10 asrivas

hi I am having this exact problem on Windows, for some reason I cannot read the json file

IC088 avatar Nov 16 '18 13:11 IC088

Add credentials.json file under resources folder. This should work.

pavankjadda avatar Nov 19 '18 20:11 pavankjadda

add your credentials.json inside the asset folder and use this as InputStream InputStream in = context.getAssets().open(CREDENTIALS_FILE_PATH);

An571sha avatar Jul 02 '19 08:07 An571sha