Deploy to Google Play step - How to define a query param?

After receiving a build error in Validating edit step:

Failed to validate edit, error: googleapi: Error 400: 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., badRequest

We are trying to add the query parameter changesNotSentForReview. Found the service_account_json_key_path file as the potential place to set this option.
service_account_json_key_path has the next fields:
{
“type”: “”,
“project_id”: “”,
“private_key_id”: “”,
“private_key”: “”,
“client_email”: “”,
“client_id”: “”,
“auth_uri”: “”,
“token_uri”: “”,
“auth_provider_x509_cert_url”: “”,
“client_x509_cert_url”: “”
}

Thanks in advance,
Gergely

Hello @gergely :wave:

Can you please send us the log file or the URL of the related build and also enable Support Access on the Settings tab of the app ( Enabling the Bitrise Support user for your app | Bitrise DevCenter ) so that we can take a more in-depth look? :slight_smile:

Hi Roland,

Yes, the Support Access is now enabled for the project.
I created an issue with the URL on Bitrise, the issue also references this forum post.
Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.