2017-07-06 45 views
0
{ 
error: { 
errors: [ 
    { 
    domain: "androidpublisher", 
    reason: "projectNotLinked", 
    message: "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." 
    } 
], 
    code: 403, 
    message: "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." 
    } 
} 

我再研究这个错误,并最终看到的建议,我也跟着双重检查的方式,项目得到链接,但它没有帮助。谷歌应用程式内服务器验证错误(谷歌Play开发API尚未在谷歌Play开发者控制台链接。)

我请点击此链接:link account

+0

尝试此链接https://stackoverflow.com/a/25655897/1548824 – akhilesh0707

回答

0

我已经做了。首先删除或清除所有帐户链接并删除所有服务帐户。

不是创建新的服务帐户和我的解决方案后:

谷歌开发者控制台

  1. “谷歌开发者控制台”> “的API &验证” 子类别 “的API”>(API列表)“ Google Play Android开发人员API“。将“STATUS”设置为“ON”。
  2. “APIs & auth”子类别“证书”>“创建新的客户端ID”。选择“服务帐户”并创建ID。
  3. 你应该从浏览器得到一个P12键。

谷歌Play开发者控制台

  1. “谷歌Play开发者控制台”> “设置” - >子类别 “API访问”。
  2. 建立一个链接到你的“链接项目”。
  3. “服务帐户”的地方可能已经显示你的“服务帐户”CLIENT ID,它使“谷歌开发者控制台”。

祝你好运。