使用Purchase Status API验证Google Play收据,但始终禁止403

时间:2014-05-05 03:46:56

标签: android api in-app-purchase google-play

我遵循这个: https://developers.google.com/android-publisher/authorization

我得到了Refresh_Token和Access_Token,然后我使用了:

https://www.googleapis.com/androidpublisher/v1.1/applications/[packageName]/inapp/[productId]/purchases/[purchase_token]?access_token=[access_token]

service account (403) Forbidden Google Play In-app Billing Purchase Status API

邀请我的帐户电子邮件成为Google Play发布页面中的用户

但我仍然得到错误403禁止回复!

有人能帮助我吗?

我花了很多天才解决这个问题..

1 个答案:

答案 0 :(得分:1)

我解决了这个问题,

我的问题是使用其他Google帐户生成网络应用程序客户端ID,

但必须由产品所有者生成,否则将始终响应403禁止错误!