fastlane: Google Api Error: execution expired (Google::Apis::TransmissionError)

New Issue Checklist

Issue Description

Every time that I try to send a build to play store using https://docs.fastlane.tools/actions/supply/ through https://www.bitrise.io/ after 15 minutes I receive Google Api Error: execution expired -

Command executed

gradle( task: "bundleUatRelease", properties: { 'versionCode' => versionCode, 'versionSuffix' => "-UAT", },) upload_to_play_store(track: 'UAT')

Complete output when running fastlane, including the stack trace and command used

[17:07:51]: Preparing aab at path '/bitrise/src/android/xxx/app/build/outputs/bundle/uatRelease/app.aab' for upload... [17:09:04]: Updating track 'uat'... [17:09:05]: Uploading all changes to Google Play...

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 7
  • Comments: 21 (4 by maintainers)

Most upvoted comments

For us it’s still happen, not resolved

This seems to have resolved itself.

Now it’s working, looks like it resolved itself