Obtener estado de suscripción de Android, falló con 403

Al intentar obtener el estado de suscripción de Android en la aplicación (con fecha de vencimiento), recibo el siguiente mensaje de error:

{
 "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."
 }
}

La URL es:https://www.googleapis.com/androidpublisher/v2/applications/[packageNamefont>/inapp/[productIdfont>/purchases/[purchase_tokenfont>?access_token=[access_token]

Dice que la identificación del proyecto no está vinculada. He hecho lo siguiente:

1. Create the project in Google Developer Console.
2. Turn on the Google Android Publisher API.
3. Link the project ID as mentioned in API access page (https://developers.google.com/android-publisher/getting_started)
4. Fill in the packageName, productId (from in app-purchase), purchase_token (from Android app)

No estoy seguro de por qué el mensaje de error aparece como arriba. He intentado con el patio de recreo OAuth2 sin suerte (https://developers.google.com/oauthplayground/)

Respuestas a la pregunta(3)

Su respuesta a la pregunta