Я пробовал этот учебник по развертыванию в Google Play с Bitrise (https://www.bitrise.io/integrations/steps/google-play-deploy), но безуспешно.
В какой-то момент я получаю сообщение об ошибке Failed to perform edit insert call, error: Post https://www.googleapis.com/androidpublisher/v3/applications/org.aacctt.[REDACTED]/edits?alt=json&prettyPrint=false: metadata: GCE metadata "instance/service-accounts/default/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fandroidpublisher" not defined
Failed to perform edit insert call, error: Post https://www.googleapis.com/androidpublisher/v3/applications/org.aacctt.[REDACTED]/edits?alt=json&prettyPrint=false: metadata: GCE metadata "instance/service-accounts/default/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fandroidpublisher" not defined
Уже пытался найти проблему с областями действия токенов, но ничего полезного не нашел. Есть идеи, что может быть не так?
Фрагмент бревен:
+------------------------------------------------------------------------------+ | (9) google-play-deploy@3 | +------------------------------------------------------------------------------+ | id: google-play-deploy | | version: 3.0.2 | | collection: https://github.com/bitrise-io/bitrise-steplib.git | | toolkit: go | | time: 2020-05-04T17:39:34Z | +------------------------------------------------------------------------------+ | | Getting configuration Configs: - JSONKeyPath: ***** - PackageName: org.aacctt.[REDACTED] - AppPath: /bitrise/deploy/app-release-bitrise-signed.apk\n - ExpansionfilePath: - Track: internal - UserFraction: 0 - WhatsnewsDir: - MappingFile: Found .apk file: /bitrise/deploy/app-release-bitrise-signed.apk Configuration read successfully Authenticating Authenticated client created Create new edit Failed to perform edit insert call, error: Post https://www.googleapis.com/androidpublisher/v3/applications/org.aacctt.[REDACTED]/edits?alt=json&prettyPrint=false: metadata: GCE metadata "instance/service-accounts/default/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fandroidpublisher" not defined | | +---+---------------------------------------------------------------+----------+ | x | google-play-deploy@3 (exit code: 1) | 12.45 sec| +---+---------------------------------------------------------------+----------+ | Issue tracker: https://github.com/bitrise-io/steps-google-play-deploy/issues | | Source: https://github.com/bitrise-io/steps-google-play-deploy | +---+---------------------------------------------------------------+----------+