Я бы хотел получить дату окончания подписки (в App Biling).Я выполнил эти шаги , но застрял в точке, говоря:
HTTP/1.1 403 Forbidden
Content-length: 395
X-xss-protection: 1; mode=block
X-content-type-options: nosniff
Transfer-encoding: chunked
Expires: Tue, 02 Oct 2018 11:30:08 GMT
Vary: Origin, X-Origin
Server: GSE
-content-encoding: gzip
Cache-control: private, max-age=0
Date: Tue, 02 Oct 2018 11:30:08 GMT
X-frame-options: SAMEORIGIN
Alt-svc: quic=":443"; ma=2592000; v="44,43,39,35"
Content-type: application/json; charset=UTF-8
{
"error": {
"code": 403,
"message": "The project id used to call the Google Play Developer API has
not been
linked in the Google Play Developer Console.",
"errors": [
{
"domain": "androidpublisher",
"message": "The project id used to call the Google Play Developer API
has not been linked in the Google Play Developer Console.",
"reason": "projectNotLinked"
}
]
}
}
Я выполнил эти шаги Почему возникает ошибка? Идентификатор проекта, используемый для вызова API разработчика Google Play, не имеетбыли связаны в консоли разработчика Google Play. 'но все же, я получаю это сообщение выше.У меня нет внутреннего сервера, поэтому мне нужно получить дату истечения срока подписки в моем приложении.Я застрял в этой точке.