Spring/error log
java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the creden..
melitina
2024. 2. 1. 01:27
https://honeyinfo7.tistory.com/192
Spring Boot + Google Cloud Platform 이용하기
작업환경 IDE : STS(Spring Tool Suite) Build Tool : Maven 나의 작업환경은 위와같이 STS+Maven이다. 현재 나는 웹 에디터에서 이미지를 올릴떄, 로컬이 아닌 구글 클라우드의 스토리지에 올리는 작업을 진행
honeyinfo7.tistory.com
https://datamoney.tistory.com/341
Google API 사용 설정 하는 법 (GCP 사용자 인증 설정 / GOOGLE_APPLICATION_CREDENTIALS / Intellij 에서 환경 변
Google Analytics Data API, Cloud Translation API 등 구글에서 제공하는 API를 사용할 때 GCP 사용자 인증을 거쳐야 한다. GCP 사용자 인증 설정을 하지 않고 Google API를 사용한다면 이런 에러가 발생한다. java.io.
datamoney.tistory.com
https://cordingmonster.tistory.com/200
springboot google ocr api 호출하기!
1. 키 발급 서비스 계정 클릭-> 대충 만들고->밑에 서비스 계정 확인-> 클릭-> 키 클릭-> 키 추가-> 새키 만들기 키를 받아서 원하는 곳에 위치시킨다 2. 환경변수 등록 경로를 잡아준다 3. 디펜던시
cordingmonster.tistory.com