question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Api Error: Changes cannot be sent for review automatically

See original GitHub issue

I’m getting the following when publishing to Google Play:

Google Api Error: badRequest: Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in this edit can be sent for review from the Google Play Console UI. - Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in this edit can be sent for review from the Google Play Console UI.

Seems like it works ONCE after promoting the internal track to the alpha track. But obviously I don’t want to do that manually every time - now I’m stuck with a failing CI.

I’ve tried with different release status flags - but all result in this error. Any ideas?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
wkozyra95commented, Nov 18, 2021

all platform specific options for submit were moved to eas.json submit profile

https://docs.expo.dev/submit/eas-json/

1reaction
barthapcommented, Aug 30, 2021

For anyone still having this issue: This was resolved in eas-cli@0.24.1, when you encounter this error, re-run submission with:

eas submit -p android --changes-not-sent-for-review
Read more comments on GitHub >

github_iconTop Results From Across the Web

Changes cannot be sent for review automatically. Please set ...
There are few ways to workaround the error: Resolve the rejection and submit again; Upload .aab via web google play console for eg....
Read more >
Google Play Automation Error: "set the query parameter ...
Google Api Error: Invalid request - Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview ...
Read more >
Control when app changes are published with managed ...
Depending on your app's update status, it may not be sent for review automatically. For example, if your app update was rejected and...
Read more >
Fastlane & Flutter - Google Api Error: Invalid request
Google Api Error : Invalid request - Access Not Configured. Google Play Developer API has not been used in project before or it...
Read more >
Resolve errors | Gmail - Google Developers
This guide provides instructions on how to resolve specific API errors. ... So you cannot assume that a 200 response means the email...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found