누발개발
카테고리
작성일
2024. 12. 17. 16:22
작성자
Nuu

 

API 영수증 검증 Issue

 

Google Play Developer API - Android Publisher API 사용중

지속적으로 401 Error를 뱉는 경우가 있었다

 

"error": {
    "code": 401, 
    "message": "The current user has insufficient permissions to perform the requested operation.", 
    "errors": [
      {
        "domain": "androidpublisher", 
        "message": "The current user has insufficient permissions to perform the requested operation.", 
        "reason": "permissionDenied"
      }
    ]
  }
}

 

찾아보니 

 

StackOverFlow에 해당 관련해서 문제가 많아 보이는것을 발견..

 

https://stackoverflow.com/questions/43536904/google-play-developer-api-the-current-user-has-insufficient-permissions-to-pe/60691844#60691844

 

Google Play Developer API - "The current user has insufficient permissions to perform the requested operation."

I have a Google dev console process with Google Play Developer API is enabled and the project is linked to Google Play project. In Google Dev console project, created OAuth Client ID (web applicati...

stackoverflow.com

 

 

거기다가 이분은 내가 고민하고 찾아서 욕한거까지 똑같이 생각하심

https://sobob.tistory.com/51

 

구글 인앱 결제 검증 API 관련 이슈.. Google_Service_AndroidPublisher

구글 API의 AndroidPublisher를 통해 안드로이드 인앱 결제한 내역의 검증 코드 짜서 테스트를 하는데 생긴 문제 모든 권한은 Perfect.. 계정 내 프로젝트가 여러개이지만, 하나의 프로젝트에 서비스 계

sobob.tistory.com

 

ㅎㅎㅎ...

 

원인은 서비스 계정 추가 하기전에 등록한 아이템은 해당 서비스 계정으로 접근이 안되니까

등록한 아이템 정보를 업데이트 하고 30초에서 1분정도 기다리면 된다

 

 

서비스 계정 등록하고 권한도 주고 했는데 계속 뜨면 확인...

 

 

 

 

 

'개발Log > Issues' 카테고리의 다른 글

[Notion] 노션 워크 스페이스 삭제 복구  (0) 2025.01.04