programing

Google API 콘솔을 다른 개발자와 공유하는 방법

css3 2023. 3. 31. 22:34

Google API 콘솔을 다른 개발자와 공유하는 방법

구글 클라우드 및 앱 엔진에서 워드프레스 사이트를 호스팅할 개발자를 고용했습니다.그는 Gmail 계정을 호스트 할 수 있도록 비밀번호를 알려달라고 하는데, 구글 APIs 콘솔에 접속하기 위한 비밀번호를 알려주고 싶지 않습니다.Google Play Developer Console처럼 다른 개발자에게 작업 권한을 부여할 수 있는 방법이 있습니까?

예, 다음 URL로 이동하면 프로젝트에 개발자를 추가할 수 있습니다.

https://console.developers.google.com/project/<application-id>/permissions
  1. https://console.cloud.google.com/apis/에 로그인
  2. 왼쪽메뉴를 클릭하여
  3. [ IAM & admin ]> [ IAM ]> [ ]으로 이동하여 사용자를 추가/삭제하고 권한을 관리할 수 있습니다.

권한을 관리할 수 있는 링크:

https://console.developers.google.com/iam-admin/iam?project=<your-project-id>

아직 프로젝트가 없는 경우 여기에 프로젝트를 만듭니다.

https://console.developers.google.com/projectcreate

언급URL : https://stackoverflow.com/questions/27753474/how-to-share-the-google-apis-console-with-other-developers