[google-appengine] Re: i have had problem to deploy my python app

2021-05-25 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on the error message you've provided, this seem to be a connection to your Cloud SQL instances. I'd suggest applying the solutions provided in this public documentation . On Tuesday, May 25, 2021 at 11:50:47 AM

[google-appengine] Re: Free Trial Registration issue

2021-05-07 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
This is a known issue and has already been routed to the engineering team. You can refer to this Public Issue Tracker to get the latest update on the issue. On Thursday, May 6, 2021 at 3:54:31 PM UTC-4 vamsib...@gmail.com wrote: > I am not able to

[google-appengine] Re: swagger integration to Google app engine

2021-05-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, You might find this group thread helpful for your case. On Friday, April 30, 2021 at 1:23:03 PM UTC-4 getman...@gmail.com wrote: > Hi Team, > > I am trying to integrate swagger UI to my java appengine java project. > Please

Re: [google-appengine] Re: Cannot debug app on Google Cloud App Engine

2021-03-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
In this case, you might want to try the solution provided in this Serverfault

[google-appengine] Re: Cron jobs not getting executed

2021-03-12 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Andres, I'd suggest to report the issue on a Public Issue Tracker as this seems to be a technical issue and you'd need to provide additional details such as the error message you are getting. Furthermore, this is very old

[google-appengine] Re: Error Response: [9] Cloud build

2021-03-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, You might find this Stackoverflow thread helpful as the user experienced the same issue. On Wednesday, March 3, 2021 at 11:17:24 AM UTC-5 te...@sameeksha.capital wrote: > I am

[google-appengine] Re: Can't connect to SSH, App Engine

2021-02-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, According to the Google Cloud Status Dashboard , there was indeed a widespread incident that might have affected your connectivity. The issue has been resolved, however, if it persists, you can open a Public Issue Tracker

Re: [google-appengine] Production problem this day on get_service_account_name()

2020-12-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, There has been a wide spread incident that could be the cause of the issue you are experiencing, however, if the issue persists, please open a Public Issue Tracker and

[google-appengine] Re: "Error: Server Error" while deploying my Deep Learning model in "App Engine"

2020-09-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello, I would suggest referring to this Stackoverflow post and this one

[google-appengine] Re: Error python app startup

2020-06-05 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The issue seems to be related to the gRPC and for that reason, it is best to post it on the dedicated page where dedicated engineerign team are ready to

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-06-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
AppCfg is deprecated now and it is recommended to use gcloud command line which uses Cloud Build to build the app into a

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-06-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on a discussion with an App Engine Specialist, the difference in size comes from the way each tool works. Cloud SDK uses Cloud Build in the background and containerizes the deployment along with the runtime selected ( i.e Java8 ), making the deployment itself bigger. On the other hand,

[google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Based on this public documentation , the appcfg tool which is included in Stand alone App Engine SDK, is depricated as of July 30, 2019 and is replaced by Cloud SDK . It will become

[google-appengine] Re: API Services Games , error "message": "Login Required", with token correct in your page REST API

2020-04-22 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Since the issue is related to Play Game Services, I'd suggest to post your question Stackoverflow , as there are dedicated members ready to assist you with the issue. Please note that this discussion group is oriented more towards

[google-appengine] Re: subdomain is not working through cloudflare for google appengine

2020-03-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Can you confirm that you've followed the steps provided here to Map your custom domain and subdomain? -- You received this message because you are subscribed to the Google

[google-appengine] Re: Node.js 12.16.1 LTS in Flex Environment

2020-03-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
By default the engine should be set to the latest LTS release, however, I'd suggest to make sure all components are updated to the latest version and try again. If the issue persists, I'd suggest to create a Public Issue tracker

[google-appengine] Re: glcoud app deploy no longer uses Dockerfile

2020-03-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Dan, You might want to consider updating Cloud SDK to the latest version 283.0.0 and try again. If the issue persists, I'd suggest to create a Public Issue Tracker , as this may

[google-appengine] Re: How to use Docker Bench for Security for image on Google Cloud?

2020-02-26 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Kenny, I noticed that the same question was posted on Stackoverflow and a GCP support member has already provided detailed answer to your question. Please refer to this link for more

Re: [google-appengine] Re: Logs taking more than 5 minutes to update

2020-02-21 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The Quotas and limits for Stackdriver Logging are explained here . The limit for the number of writes is 1000 per second, per project. If this is not the case and you are within the limit, I'd suggest to create a Public Issue Tracker,

[google-appengine] Re: Google BLOB service stopped to upload files in US region,

2020-02-20 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Henry, There has been an wide spread incident with Blobstore as of Feb 19, 2020 however, this has been resolved by the engineering team. If the issue persists on your end, I'd suggest to create a Private Issue Tracker and

[google-appengine] Re: Google Course Builder with windows 10

2020-02-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Cher, I'd suggest to join the dedicated Course Builder Forum and post your question there as this discussion group is mainly oriented towards general opinions, trends, and issues of general nature touching Google App

[google-appengine] Re: Coursebuilder 1.11.001

2020-02-12 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi David, You may want to follow the List of Steps provided on this page , as it provides steps on setting up Course Builder. -- You received this message because you are subscribed

Re: [google-appengine] PHP project deployment generates unknown errors suddenly

2020-02-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
I'd suggest to post your issue on Public Issue Tracker, as this requires further investigation. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: MY REVOLUTION SLIDER REFUSE TO SHOW IMAGES WHEN THE SITE DNS SERVER BECAME ACTIVE

2020-02-04 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
I would suggest to make sure you follow the instructions provided here to map your custom domain. If the issue persists, it is best to post your question on Stackoverflow with the

[google-appengine] Re: Migrating from Standard to Flexible, logs don't show up the same way

2020-02-03 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
The logs in Flex environment are not bundled per request and logs from stdout and stderr are collected separately. To group the logs and customize them, you may want to use the Styackdriver Logging API

[google-appengine] Re: Send print request from app engine front-end app to the printer sitting on internal network?

2020-01-30 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, You would need to use Cloud VPN as it securely connects your existing network to your Google Cloud Platform (GCP) network through an IPsec VPN connection. However, App Engine Standard won’t be able to connect directly to VPN and you can

[google-appengine] Re: google app engine and big file generating

2020-01-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You may want to consider using Cloud Tasks , as it is mainly used to manage the execution of a large number of distributed tasks. It allows you to execute tasks asynchronously and control those requests to better manage the load on your

[google-appengine] Re: Design feasibility

2020-01-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
App Engine instances are scaled based on the incoming requests and therefore it is not possible to assign them the user ID. This can be reported as a Feature Request and I would suggest posting it on the Public Issue Tracker

[google-appengine] Re: Cloud SQL Connection issue when running gcloud app deploy

2020-01-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Ferry, This could be due to the connections to the Cloud SQL that were previously established. However, if you still experience the issue, I would suggest to create a Private Issue Tracker and provide instance name along

[google-appengine] Re: are, unning instances using old versions of an applications, chargable ?

2019-09-20 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Yes, you will be charged for the instances running your old version of your application, as GAE instance are billed at hourly rates based on instance uptime. You can find more information on pricing here . However, if you are looking to lower the

[google-appengine] Re: api-proxy container and nginx proxy container in GAE instance

2019-09-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Elan, API Proxy is a Docker container running on Flex VMs that provides an error message to non-whitelisted apps that attempt to use back-end operations for legacy App Engine API calls. Moreover, the Nginx proxy forwards requests to the App Engine application. These requests could

[google-appengine] Re: Deadline exceeded error when deploying GAE flex app

2019-09-09 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Jeff, I have reported this issue to the App Engine engineering team for further investigation. I have also created a Public Issue Tracker to follow the progress of the issue. You can star the page to be notified of the latest updates on the

[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You can follow the instructions provided here to help you with building Java App Engine application or Python App Engine application with Bazel. In addition, for best practices and deploying rules, I'd suggest review this page

[google-appengine] Re: NonRetriableException: com.google.apphosting.api.ApiProxy$CancelledException: The API call urlfetch.Fetch() was explicitly cancelled.

2019-05-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Diego, Cancelled Exception occurs when the call is cancelled from client side which could happen in a few situations. As George mentioned in previous post, if the call is made asynchronously and not completed or if the calls are sent to in-progress API calls when the overall request reaches

[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-17 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
When deploying App GAE Standard, it auto creates the Cloud Build image but cannot be altered or use Bazel. If you intend to use Bazel command in Cloud Build you can follow the

[google-appengine] Re: Avoiding index.yaml changes when using dev_appserver

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
All index definition above AUTOGENERATED line are under manual control and would not be updated by the development webserver, and the changes will apply to only indexes below the line. Moreover, as George suggested, setting store_index_configuration_on_disk parameter to false can also stop the

[google-appengine] Re: High untraced time on lightweight endpoint

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Long Untraced Time could be related to a new instance being created or caused by handling the load as a result of high amount of dependencies and the libraries in your code. It may also be related directly to your

[google-appengine] Re: GAE Flexible vs Cloud Run on GKE for streaming response

2019-05-16 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, If your main objective is to save on costs, then Cloud Run would be a good solution, since you only pay when you are processing requests and the billing granularity is 0.1 seconds, whereas on GAE Flex, as you mentioned, you are always

[google-appengine] Re: ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: unable to resolve source

2019-05-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Jamil, I highly doubt that this issue could be related to Permission and Roles, as you have already tried assigning different roles. Since you were able to deploy your application previously, I'd suggest to make sure all components are up to date and try again. I'm note sure what Cloud SDK

[google-appengine] Re: gcloud beta app deploy copying files despite gcloudignore

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Hisaoki, We need to investigate this issue further and probably reproduce it on our end, and for that reason, I suggest to post this issue on our Public Issue Tracker page and provide us with the REDACTED output of

[google-appengine] Re: making app engine app only accessible to gsuite members

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Anna, If you are trying to give access to only internal users within your organization, then you can simply create an internal application, when crating an OAuth consent screen in your Google Cloud Console (assuming domain is verified and GSuite services are enabled). You can also refer to

[google-appengine] Re: App Engine Flex and SQL Cloud

2019-05-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi, You can follow the instructions provided here , as it explains the details and provide step-by-step instructions on how to connect your PHP application in Flex environment to a Cloud SQL for MySQL. -- You received this

[google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-05-07 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Larry, We will look into the issue reported on Issue Tracker , and further updates communication will be shared on that page. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Trying to mount Google Filestore share in GAE flexible runtime container

2019-02-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Tony, This can be done in Custom Runtimes , as it allows you to customize your Dockerfile and the freedom to add the commands as you desire. You just have to make sure that the components you specify

[google-appengine] Re: Compute Account is missing

2018-11-13 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello Joshua, The most likely reason why you do not see it on the Service Account page is for the Compute Engine service to have been deleted. I have reproduced this scenario on my end and saw the same thing as you on both pages when deleting the account. The Compute Engine service account

[google-appengine] Re: Why Is Runtime PHP 7.0.30 Not 7.2??

2018-10-24 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
By running the php -i command in your Google Cloud Console, this will only display the information related to the php version running on the Google Cloud Shell, which is basically the command line environment for your Cloud Console. Once the application is deployed, it will be deployed to your

[google-appengine] Re: Gmail Pop-up window: An application is requesting permission to access your Google Account

2018-10-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello Pat, These requests usually come from a website that you are visiting, an extension that you have recently installed on your browser, a third party script from adware or other software running on your computer. In any case, if you are not sure of the application that is trying to

[google-appengine] Re: Why App engine increase usage memory instantly?

2018-10-23 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello, This could be a memory leak since you got an Out Of Memory error or possibly related to an update on App Engine. There are many possibilities that could lead to memory leak. All the causes mainly are related to the application itself. These include and not limited to resource memory

[google-appengine] Re: GAE Angular 2 static app , how to configure app.yaml to redirect 404 errors to index.html

2018-10-18 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
For this case, you can use the answer that was posted on the Stackoverflow. I noticed you have already tried it and accepted as the best answer. The other option is to use Error handlers in your

[google-appengine] Re: Static cache not expiring since yesterdays outage

2018-10-15 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Sam, As it is mentioned in the Google Documentation , once the file is cached on the users end, it stays there for the time specified in the handler. Since your default expiration is set to 28

[google-appengine] Re: Clipping an image to work with MODIS

2018-10-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Suzan, You have posted your message in the wrong group. This group mainly handles questions related to Google Cloud App Engine. You’d have to post your question in a group related to Google Earth Engine. Meanwhile, you can refer the Google Earth Engine site

[google-appengine] Re: Cloud Tasks Api for Appengine flex

2018-10-10 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello Joshua, At present, App Engine Task Queue are a completely separate product from Cloud Task. The redirected UI in Pantheon is still using App Engine Task Queue API and not the Cloud Task, and there are no current plans to change the pricing model. So in your case, you won’t be charged