1.Exceptions
-
google api accessNotConfigured 403error
-
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.
{ "errors": [ {
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
} ],
"code": 403, "message": "Access Not Configured" }}
2. Solutions
Google Developer Console
-
"Google Developer Console" > "APIs & Auth" subcategory "APIs" > (api list) "Google Play Android Developer API". Set "STATUS" to "ON".
-
"APIs & auth" subcategory "Credentials" > "Create new Client ID". Choose "Service account" and create the id.
-
You should get a P12 key from the browser.
Google Play Developer Console
-
"Google Play Developer Console" > "Settings" > subcategory "API access".
-
Make a link to your "Linked Project".
-
"Service Account" place maybe already showing ur "Service account" CLIENT ID which made "google developer console".
'게임을 만들자 > Error 해결' 카테고리의 다른 글
Unity, Spine, SkeletonDataAsset has missing Atlas (0) | 2020.09.11 |
---|---|
ios Admob Sdk Version 확인 (0) | 2020.05.10 |
리그오브레전드 친구목록 버그(게임접속 안됨) (2) | 2020.03.31 |
구글 플레이 부가세 설정. 매우 중요! (0) | 2020.01.17 |
android.os.NetworkOnMainThreadException (0) | 2019.12.06 |