-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe built AAB artifact is uploaded to the Play Store as a draft release OR I at least can figure out, what the problem is. The publishing has worked earlier, but the we've got problems accessing GitHub. After we fixed the GitHub access, publishing doesn't work any more. Actual resultsThe AAB file is built and can be uploaded to the Play Store manually, but the automatic publishing doesn't work. Build id (optional)64cbc0ab8a465846dacd5ebc |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
hey @wkolov could you please check if the service account or the JSON key has expired or been deleted? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. Generating a new key and updating the environment variable solved the issues. +1 for the error message needs to be better. |
Beta Was this translation helpful? Give feedback.
-
It works again with a new JSON file |
Beta Was this translation helpful? Give feedback.
hey @wkolov could you please check if the service account or the JSON key has expired or been deleted?
I can see this error HttpAccessTokenRefreshError: invalid_grant: Invalid grant: account not found.
Try exporting a new .json file and add it as an environment variable.
Make sure you're following this guide