# 관리화면
https://console.cloud.google.com/datastore
# 인증 관련
https://developers.google.com/identity/protocols/application-default-credentials
## 서비스키 파일 다운로드 -> path 를 환경변수로 설정 필요
- https://console.developers.google.com/project/_/apis/credentials 에서 관련 json 파일 다운로드.
- "GOOGLE_APPLICATION_CREDENTIALS"
## shell 에서 gcloud auth application-default login 실행
# 클라이언트 API 사용
https://cloud.google.com/appengine/docs/standard/java/datastore/
※ app engine 라이브러리와 google cloud 라이브러리는 다름?
- app engine flexible 환경에서는 다음 api 사용해야 한다.(https://cloud.google.com/appengine/docs/flexible/java/using-cloud-datastore)
- com.google.appengine api를 사용하면 아래의 에러가 발생한다.
- "No API environment is registered for this thread"
http://googlecloudplatform.github.io/google-cloud-java/0.18.0/index.html
'SW개발 > Etc' 카테고리의 다른 글
[reactjs] firebase 에서 react.js 웹 호스팅하기 (0) | 2017.09.26 |
---|---|
[reactjs] html 파일 위에서 react.js 웹 간단하게 시작하기 (0) | 2017.09.14 |
angular 웹개발 (ecplise, spring boot, typescript) - #2 (0) | 2017.08.30 |
angular 웹개발 (ecplise, spring boot, typescript) - #1 (0) | 2017.08.26 |
이클립스 maven remote catalog 주소 (0) | 2017.05.31 |
Google Cloud Datastore 사용하기(spring) (0) | 2017.05.31 |
Visual Studio Code에서 TypeScript 코딩하기 (0) | 2017.05.09 |
[Perl] linux command 결과를 받아오기 (0) | 2016.03.11 |
[Perl] signal 관리 (perlipc) (0) | 2015.10.21 |
[Perl] cpan 모듈 간단히 설치하기 (5) | 2015.09.09 |
[Python] 파일 read, write 기본 (0) | 2015.09.01 |