Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 340 forks source link

Instructions for 4 iv does not match Google Console #1010

Closed sk92129 closed 2 years ago

sk92129 commented 2 years ago

Describe the bug

The instructions in the README.md at step 4, iv about leaving JSON checked does not match the google console UI anymore.

How To Reproduce

  1. Go to console.cloud.google.com
  2. Select the project to create service account.
  3. Click on hamburger menu pop down menu
  4. Select IAM and Admin -> Service Accounts
  5. Create a service account
  6. Provide name, service account ID, and description
  7. Role -> Basic -> Owner
  8. Click done button
  9. Show listing of all service accounts including the new service account
  10. Select the new service account
  11. There is no "Keys" tab

Versions

the google console web version as of Sept 24, 2021

Expected behavior

I went thru steps 1-11. I expected to see a way to download the JSON file to be named as serviceAccess.json for the steps to be used in the gradle play section:

play { serviceAccountCredentials.set(file("serviceAccess.json")) }

Additional context (if a crash, provide stack trace)

Add any other context about the problem here. If this bug is a crash, run the task with --stacktrace to get the full context.