Error: “class path resource [google-client-secret.json] cannot be opened because it does not exist” i checked my file google-client-secret.json is src/main/resources folder but it give me error in prod env but stag env it work Please, give me solution any one.
ClassPathResource cPR= new ClassPathResource(“google-client-secret.json”);
in spring boot.
I want to Resolve this Error.
New contributor
Devang Jadav is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.