Have you made any changes to the app.yaml used it the documentation as running it on my side successfully deploys. Can you check if your app engine default service accoun <https://cloud.google.com/appengine/docs/standard/python/service-account>t is enabled and has the correct permissions. On Monday, March 8, 2021 at 11:22:56 AM UTC-5 gaur...@101bi.com wrote:
> Hello Guys, > > We are getting an error while run "gcloud app deploy" command on google > cloud shell. > > Actually we are implementing virus scanning bucket where we created 3 > bucket one in unscanned bucket second is scanned bucket and last one is > quarantine bucket. And then following this URL:- > https://cloud.google.com/solutions/automating-malware-scanning-for-documents-uploaded-to-cloud-storage?hl=en#gcp-console > > Getting error:- > > Updating service [default] (this may take several minutes)...failed. > DEBUG: (gcloud.app.deploy) Error Response: [13] An internal error occurred. > Traceback (most recent call last): > File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", > line 982, in Execute > resources = calliope_command.Run(cli=self, args=args) > File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", > line 809, in Run > resources = command_instance.Run(args) > File "/usr/lib/google-cloud-sdk/lib/surface/app/deploy.py", line 121, in > Run > default_strategy=flex_image_build_option_default)) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", > > line 678, in RunDeploy > ignore_file=args.ignore_file) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", > > line 455, in Deploy > extra_config_settings) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", > > line 208, in DeployService > poller=done_poller) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", > > line 314, in WaitForOperation > sleep_ms=retry_interval) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line > 264, in WaitFor > sleep_ms, _StatusUpdate) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line > 326, in PollUntilDone > sleep_ms=sleep_ms) > File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/retry.py", > line 229, in RetryOnResult > if not should_retry(result, state): > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line > 320, in _IsNotDone > return not poller.IsDone(operation) > File > "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", > > line 183, in IsDone > encoding.MessageToPyValue(operation.error))) > googlecloudsdk.api_lib.app.operations_util.OperationError: Error Response: > [13] An internal error occurred. > ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred. > > > Thanks, > Gaurav > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/58a4353c-9d57-4e7b-8e74-d6a30c252a60n%40googlegroups.com.