java-samples
java-samples copied to clipboard
Test "/credentials.json" in quickstarts on Windows
trafficstars
hi I am having this exact problem on Windows, for some reason I cannot read the json file
Add credentials.json file under resources folder. This should work.
add your credentials.json inside the asset folder and use this as InputStream
InputStream in = context.getAssets().open(CREDENTIALS_FILE_PATH);