[google-appengine] Re: Ruby version file not working

2022-03-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, the Ruby runtime uses version 2.7.5. Source code is available on GitHub. Related details are to be found in the Overview of the "The Ruby

[google-appengine] Re: Want to use more GPU

2022-03-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider asking for an increase of your project's GPU quota. You may find relevant instructions in replies to the "How to request GPU quota increase in Google Cloud" question in

[google-appengine] Re: When is the security assessment not required?

2022-03-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, Replies to most of your questions are to be found on the "OAuth API verification FAQs" page

[google-appengine] Re: Outbound Static IP for App Engine Flex Environment

2022-02-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Maha, You are right, there is no means offered as yet, to associate a static IP to an App Engine Flexible instance. You may consider setting up a load balancer, and use Cloud Load Balancing and serverless NEGS to reserve a static IP address for your load balancer, as detailed on the

[google-appengine] Re: gcloud app deploy error - gcloud crashed: Failed to establish a new connection

2022-02-14 Thread 'George (Cloud Platform Support)' via Google App Engine
This error is quite often indicative of local networking issues, especially proxies. If you are behind a corporate proxy or firewall, the Google Cloud CLI might not be able to access the internet with its default settings. You'll need to preform extra configuration steps to solve the issue.

[google-appengine] Re: App Engine Standard - app:invalid port 8080

2022-02-07 Thread 'George (Cloud Platform Support)' via Google App Engine
For related detail, you may check the "Application startup" sub-chapter of the "Node.js Runtime Environment" page. On Sunday, 06 February 2022 at 11:41:31 UTC-5 zhenyang@gmail.com wrote: > Hello, > >

[google-appengine] Re: Getting X-Appengine-Inbound-Appid from headers in Python 3

2022-01-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You can find relevant instructions and an example in the "Granting your app access to Cloud services" sub-chapter of the "Setting Up Access Control" documentation page. When using Python 3, one needs to

[google-appengine] Re: Firewalling AWS

2022-01-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, You have done the right thing with robots.txt. App Engine firewall offers these 3 options: Allow only traffic from within a specific network, Allow only traffic from a specific

[google-appengine] Re: Deploying with Dockerfile: error: Unable to locate package python3.8

2022-01-24 Thread 'George (Cloud Platform Support)' via Google App Engine
How does your deploy command look like? It should look similar to: gcloud app deploy --image-url=LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE:TAG. The error message invites us to look at logs. If we ask for logs here, we risk getting your private information visible in a publicly

Re: [google-appengine] Python 3 local development: fast startup or static assets, choose one?

2022-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
It does look as if this is a coding issue, so it may be worth mentioning: this is a tracker for App Engine specific issues. When it comes strictly to programming and coding in Python, you’ll be at an advantage to rather post your questions on Stackoverflow, to gain this way access to a large

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2021-11-05 Thread 'George (Cloud Platform Support)' via Google App Engine
There is no official description, somewhere, of "how the scaling has changed" or "how it has been implemented differently", as there is no change in scaling behavior, and no different implementation. This is an assumption while we investigate the situation described by Joshua above. I could

[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2021-07-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Engineering let us know that they are no longer going to fix the cross-region query flow. There is a readily available solution in the form of a serverless neg behind GCLB, and has neither the latency nor cross-region query flow problems, as well as having other functionality like cache

[google-appengine] Re: get SSL certificate (appspot.com) to consume WS deployed on GCP

2021-07-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, To declare that HTTPS should be used for a URL, you set up a security constraint in the deployment descriptor for your appspot.com domain. Related details are to be found in the "Secure URLs" sub-chapter

[google-appengine] Re: Multiprocessing app engine issue

2021-06-18 Thread 'George (Cloud Platform Support)' via Google App Engine
This discussion group is oriented more towards general opinions, trends, and issues of general nature touching the App Engine. For coding and program architecture, as well as implementing multiprocessing in your code, you may be better served in dedicated forums such as stackoverflow, where

[google-appengine] Re: Google App Engine - Split Traffic and promote

2021-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, you can use traffic splitting to specify a percentage distribution of traffic across two or more of the versions within a service, as detailed on the "Split Traffic" page . Deploying with

[google-appengine] Re: no response headers from Google Frontend (or not paying for them), denial of wallet attacks

2021-06-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, some headers are added, as a service to the app. This is documented in the App Engine-specific headers sub-chapter . However, the headers you mention are

[google-appengine] Re: The /app/bootstrap/cache directory must be present and writable.

2021-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Bill, To thoroughly investigate this issue one needs access to private data, such as project numbers. Such information should not be published here, or in any other publicly visible thread. As this issue is specific to your app, you should either contact a GCP Support Engineer, or,

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2021-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sandeep, What form do your plugins take? Are these plugins not files? If the plugins are included in your PHP application, you may need to deploy your app again with the new plugins. You may use the advantages offered by a paid account to request a quota increase, if this solves the

Re: [google-appengine] Re: GAE request URI traffic stats

2021-05-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amogh, You are perfectly right, log-based metrics do enjoy real-time behavior: "Combine the power of Cloud Logging with BigQuery for advanced analysis and use log-based metrics to build real-time Cloud Monitoring dashboards", as indicated on the "Cloud Logging" documentation page

[google-appengine] Re: How to get InputStream and OutputStream from Cloud Storage on App Engine Java?

2021-04-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Richard, Maybe worth mentioning: the present discussion group is for general ideas on the Google App Engine, and related problems and trends. For coding in Java, you’ll be at an advantage to rather post your questions on Stackoverflow, to gain this way access to a large number of

[google-appengine] Re: ZONE_RESOURCE_POOL_EXHAUSTED on europe-west1

2021-03-29 Thread 'George (Cloud Platform Support)' via Google App Engine
There were indeed issues with Flex deployments in the time frame you indicate, and a likeliness you were affected. These issues have been meanwhile fixed. You are encouraged to open a PIT issue to get to the bottom of the issue and gather details of interest. On Friday, 26 March 2021 at

[google-appengine] Re: ZONE_RESOURCE_POOL_EXHAUSTED on europe-west1

2021-03-26 Thread 'George (Cloud Platform Support)' via Google App Engine
You might be right about a non-displayed outage, but this needs further investigation. This means accessing private data such as project numbers and other details that should never be published in a public forum like this one. If you think this is a App Engine Flex issue, you should open a bug

Re: [google-appengine] Uploads to Blobstore failing

2021-03-25 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find related information on the Images API for Python 2 Overview page . You are right about opening a separate thread for each separate issue, in principle. Maybe worth

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread 'George (Cloud Platform Support)' via Google App Engine
To determine which service account is involved, you may check Listing service accounts . To grant to your newly identified service account the desired role, Granting, changing, and revoking access to resources

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, owners of the project are expected to enjoy the needed permission. More specifically, the service account should be granted the objects.create permission per bucket. On Wednesday, 24 March 2021 at 13:14:33 UTC-4 shaunb...@gmail.com wrote: > Hi Joshua! Yes, this is the exact

[google-appengine] Re: Want to start google course builder at my GCP

2021-02-22 Thread 'George (Cloud Platform Support)' via Google App Engine
This discussion group is oriented more towards general opinions, trends, and issues of general nature touching the App Engine. For coding and program architecture, as well as writing application based on Course Builder, you may be better served in dedicated forums such as stackoverflow, where

[google-appengine] Re: Error connecting to MongDB Atlas from App Engine (node.js)

2021-02-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yezzer, If you think this is caused by errors on the GCP side, you are encouraged to rather open an issue in the Public Issue Tracker , as more details are needed to investigate, some of which are of a private nature. A publicly visible thread like

[google-appengine] Re: AppEngine Error: EROFS: read-only file system, open '.next/static/sitemap.xml

2020-11-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mog, In App Engine Standard Environment, the local filesystem that your application is deployed to is not writeable. This behavior ensures the security and scalability of your application. You should thus not consider writing other than temporary files in the /tmp directory. To store

[google-appengine] Re: how to make TCP connection to an external server from GAE java

2020-10-27 Thread 'George (Cloud Platform Support)' via Google App Engine
It depends on your use-case, which one is to be chosen. Seen that you need to maintain communication with the LDAP server, I'd say Compute Engine, but App Engine Flex is expected to work as well. You may find various comparisons

[google-appengine] Re: Started getting Error code 203 24 hours ago

2020-10-22 Thread 'George (Cloud Platform Support)' via Google App Engine
On the Public Issue Tracker, if you choose the exact public issue you deem appropriate, you can then click again on the issue classification line at the top, and a drop-down list will be offered. You'll see that exactly the same public issue has a twin private issue with the same name. It is

[google-appengine] Re: Data storage service recommendation (cost vs query latency) when using large time series dataset?

2020-10-20 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider Big Query, depending on how you plan to handle your data. A small example is provided on the "Quickstart: Using client libraries" page [1]. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching the app engine. For coding

[google-appengine] Re: Where can I get access to App Engine's IRAP certificaiton?

2020-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Which cloud provider is meant here? The IRAP relevant page is "IRAP (Information Security Registered Assessors Program)" [1]. [1] https://cloud.google.com/security/compliance/irap On Friday, 16 October 2020 at 09:45:47 UTC-4 bre...@instantscripts.com.au wrote: > Hello, > > I require evidence

[google-appengine] Re: how to make TCP connection to an external server from GAE java

2020-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
What do you mean by TCP connections, exactly, how does your use-case look like? WebSockets are supported now by App Engine Flex, you may check the "Introducing WebSockets support for App Engine Flexible Environment" page

[google-appengine] Re: How to mock or instantiate App Engine Entity when unit testing

2020-10-16 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider taking a look at the "Local Unit Testing for Java 8" documentation page , where actual and quite useful JUnit examples are provided. On Thursday, 15 October 2020 at 18:44:51 UTC-4

[google-appengine] Re: Email ingestion in GCS

2020-10-13 Thread 'George (Cloud Platform Support)' via Google App Engine
This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine. For coding and programming architecture, in particular initial design decisions, you may be better served in dedicated forums such as stackoverflow, where experienced

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Do you have a service running in App Engine? How do you run wget in this case from that service? You should be aware that by default, the App Engine implementation of the HTTPS wrapper attempts to validate the certificate of the host, and rejects requests where the certificate does not match.

[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
You mention a proxy? Is your local machine behind a proxy? That would be consistent with the error you keep receiving. Does the situation change if you access App Engine without a proxy, from another network? It may be worthwhile having a look at Configuring Cloud SDK for use behind a

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Todd, What you aim to do it quite achievable. You may consider following the "Deploy a Spring Boot app to App Engine standard environment" example, first on page 7 , and then on page 8

[google-appengine] Re: How many domains can I link to my GAE application ?

2020-07-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Cláudio, Good question; you are right, documentation did not change in this respect, and there is no indication of a newly-imposed limit. This does not mean that we uphold the solution described in the initial post . For program architecture, and choosing the best solution, you may be

[google-appengine] Re: Communication between Java services given IP address

2020-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Luca, You may consider an address in the form of: https://VERSION_ID-dot-SERVICE_ID-dot-PROJECT_ID.REGION_ID.r.appspot.com as detailed on the "Communicating Between Your Services" documentation page

Re: [google-appengine] Re: Rapid increase in app latency

2020-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Chase, As this issue is specific to your app, you should either contact a GCP Support Engineer, or, if you think this is GCP-related, you should open an issue in the Public Issue Tracker , marking it as private. Publicly visible postings as in this

[google-appengine] Re: The current Google Cloud project does not contain an App Engine application. Use `gcloud beta app create` to initialize an App Engine application within the project

2020-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siddharth, Glad to read you have troubleshot your issue successfully. You are welcome opening separate issues in the Public Issue Tracker , if you are faced with other Cloud Platform related problems. This applies now, for the remaining issues you

[google-appengine] Re: Unable to edit wp-config file

2020-06-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Shivam, Where is your WordPress code situated? If it's on your local development machine, you need to use a local text editor such as Notepad++ in Windows, or emacs in Linux. Cloud Shell Editor is meant for text in Cloud Shell. You seem to want to deploy your WordPress site by means of

[google-appengine] Re: Instance shuts down abruptly and new instance starts automatically

2020-06-09 Thread 'George (Cloud Platform Support)' via Google App Engine
To solve such an issue, which depends on your project and specific settings, private information is usually requested. A public forum, such as this one, is not suitable for such exchange of information. By contrast, a private issue in the Public Issue Tracker secures confidentiality, and

[google-appengine] Re: .net core deploy "An internal error occurred while creating a Google Cloud Storage bucket"

2020-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nicolas, This version of .NET Runtime is not supported. You may check "The .NET Runtime" documentation for related detail. If you think this is an issue on side of App Engine, it is more effective to log the issue in the

[google-appengine] Re: Set service on Google Task API - PHP

2020-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Allison, It depends on how you set up the queue you send your tasks to. You can explicitly route all tasks in a queue to a non-default target by using appEngineRoutingOverride in a command similar to: gcloud tasks queues update [QUEUE_ID]

[google-appengine] Re: Granting access to Google on my app

2020-05-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Andrea, Authentication success depends on how you include credentials in your Java client's constructor. If you don't specify credentials in the client's constructor, the client looks for credentials in the app's environment. In your particular case, this would be your friend's

[google-appengine] Re: /usr/bin/bash: Exit 28.

2020-05-19 Thread 'George (Cloud Platform Support)' via Google App Engine
What do you want to deploy? Is it an app to App Engine, as expected here, or maybe Course Builder? If you are trying to deploy Course Builder, you may profit from this Guide: How to Deploy Course Builder from Any OS

[google-appengine] Re: rdp background stop running when I disconnect

2020-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello June, How do you disconnect from your remote windows exactly: do you log out of the machine, or simply close the window of the RDP session? If you log out, this is expected behavior, as logging out shuts down any application running on the remote desktop. By contrast, if you only close

[google-appengine] Re: A question about app.yaml settings.

2020-05-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Manual scaling specifies the number of instances that continuously run regardless of the load level. This allows tasks such as complex initializations and applications that rely on the state of the memory over time. If you choose manual scaling, and, as a consequence, your instance runs

[google-appengine] Re: Alternative to IN (Filter)

2020-05-11 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, Datastore allows querying on properties. Supported comparison operators are =, <, >, <=, and >=. "Not equal" and IN operators are currently not supported. This may change in future. You may check related detail on the Query

[google-appengine] Re: Is GAE standard billing method changed?

2020-05-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Unfortunately, I cannot post a picture here. You might not see the "load page" feature, as this is not yet generally available. It should appear on the Quotas page under "IAM and Admin", where many App Engine quota items are listed. You need to click on one of the items for a new windows, where

[google-appengine] Re: Is GAE standard billing method changed?

2020-05-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Tapir. If you navigate to the Quotas page, click on the quota of interest, you'll see on the column on the right a series of "load usage" links. Do you refer to these links? In my case, they work as expected. Using another browser for test purposes might indicate where the issue is. --

[google-appengine] Re: Is GAE standard billing method changed?

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tapir, There are no changes in GAE billing recently, which may have affected you; this, depending on how recent you mean. You can change daily quota limits for your already present limits, but you cannot change or remove existing spending limits. You may check "Spending limits"

[google-appengine] Re: what is version in (com.google.cloud.tools)

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Parameter "version" is defined as : "The version of the app that will be created or replaced by this deployment. If you do not specify a version, one will be generated for you". You seem to want to set

[google-appengine] Re: Deployment issue in gae (standard envoirement)

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you run the "gcloud app deploy" command, what parameters? gcloud app deploy [CONFIGURATION_FILES] is expected. What configuration files did you indicate? The recommended deployment procedure

[google-appengine] Re: Why would the same exact Firebase Function take 10x as long to run using a schedule/onRun trigger than a HTTP onRequest trigger?

2020-05-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mike, To establish the root cause of this wide difference in execution time between your 2 functions we need details such as project ID, function names, and even a sample of your function's code in view of reproductions. All this private information cannot be disclosed in a publicly

[google-appengine] Re: {err:ENOENT} on deploy

2020-04-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Peter, How did you run the gcloud app browse command? You should edit out any piece of private information, such as project number and the like. What is the output from the same command, followed by the flag set to --verbosity=debug? What is the output of gcloud info (again, no private

[google-appengine] Re: Obsfucate in java

2020-04-06 Thread 'George (Cloud Platform Support)' via Google App Engine
In ProGuard, class path entries can be specified using multiple-outjars options. Without any-outjars options, no jars will be written. This seems to be the case here: you might not have set these options. You may check ProGuard documentation

[google-appengine] Re: "Request global variable is not set" suddenly started in deferred

2020-04-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Remko, There are no instance-related problems that would explain these errors, at the moment. To examine this issue we would normally need the project number involved, and sample code to reproduce the issue independently here. This private information cannot be disclosed here, in a

[google-appengine] Re: Run gcloud commands from PHP

2020-03-31 Thread 'George (Cloud Platform Support)' via Google App Engine
In your local development environment, if you want to run a script including gcloud commands, you should refer to the "Scripting gcloud CLI commands" documentation page . In this local environment, it is unclear why you chose to use PHP and

[google-appengine] Re: Run gcloud commands from PHP

2020-03-30 Thread 'George (Cloud Platform Support)' via Google App Engine
What would you like to accomplish by running this command? Does your use-case ask specifically for the use of a gcloud command? In this particular case, the easiest and straightforward way to get the desired information is an API call to method: instances.list

[google-appengine] Re: Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ben, This is usually indicative of a situation characterized by a missing default network. Your default network could have been deleted at a certain moment in time. Recreating the default network should address the issue, or specifying your actual network in app.yaml: *network:* *

[google-appengine] Re: Google IoT with Node-red using JWT

2020-02-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Hassan, Node-RED provides specific documentation on this issue on the "Connect to an MQTT Broker" page . You may benefit from guidance and examples provided on the "Publishing over the MQTT bridge" documentation page

[google-appengine] Re: GAE app working fine on appspot url in EU but does not even load in US

2020-02-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Is the issue still affecting you? Has it disappeared by itself, as last time? How long did it last? App Engine is regional , so deploying your app in a European region secures optimal performance and minimal lag for the chosen region. For

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

2020-01-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Diego, The directory called "appengine-staging" is required, and created by default. You are able to modify its location using the stagingDirectory parameter of the appengine:deploy goal. It is the directory to which to stage the application. Default is

[google-appengine] Re: Question about standard app engine with Python runtime migration from 2.7 to 3.7?

2020-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
In the app.yaml configuration file of a Python 3 application, "threadsafe" field is deprecated. All applications are presumed to be threadsafe. You may find related details in the "Updating app.yaml" sub-chapter

[google-appengine] Re: Any GAE Profiler for Flask

2020-01-13 Thread 'George (Cloud Platform Support)' via Google App Engine
You may also check flask_profiler 1.8.1 . , or nylas/nylas-perftools . This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine and Cloud SQL.

[google-appengine] Re: charges

2020-01-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tony, Your data is secure in the Cloud. You may check the following document for details: "Is my data safe and secure in the cloud?". This page provides also links to other pages with more in-depth content on the matter. As your project

[google-appengine] Re: N00b - CPU Quota Error Message

2020-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
It looks as if you have reached a CPU quota, meaning the total number of virtual CPUs across all of your VM instances in a region. To check the available quota for resources in your project, go to the *Quotas* page in the Google Cloud

[google-appengine] Re: Cannot use webapp2 Mako api

2020-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
You must add the mako package to your application directory for App Engine, as documented on the "Mako" page . This discussion group is oriented more towards general opinions, trends, and issues of general nature touching

[google-appengine] Re: Cannot emulate Bottle API with available dev_appserver.py Options

2019-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
It looks as if you are looking for the following command: dev_appserver.py [PATH_TO_YOUR_APP] , assuming you are in Standard Environment. Related detail is to be found on the "Using the Local Development Server" documentation page

[google-appengine] Re: App is listening on port 8080. We recommend your app listen on the port defined by the PORT environment variable to take advantage of an NGINX layer on port 8080.

2019-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Kevin, In fact, listening to the PORT environment variable in your app still constitutes good practice. You should try using this environment variable in your code, referring to the "Node.js Runtime Environment" documentation page

[google-appengine] this is a privacy test

2019-12-27 Thread 'George (Cloud Platform Support)' via Google App Engine
tesst -- 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

[google-appengine] Re: GCLOUD SDK Support For Python 3

2019-12-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mua, It is difficult to predict if installation of the gcloud tools/sdk on python3 environment will be supported, and when, as decisions on development paths may be taken or altered at any moment. You may refer to the Understanding differences between the Python 2 and Python 3

[google-appengine] Re: Connecting App Engine Flex with Dotnet application to Cloud SQL 2nd generation instance

2019-12-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amitesh, This error is indicative of timeout issues. You may check replies to the "Attempted to read past end of the stream error in MySQL" question in stackoverflow, as an example.

[google-appengine] Re: How to upload 1 GB file from SFTP to google cloud storage using python on Google App Engine?

2019-12-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siripong, You may find Python code samples for uploading filed to GCS on the "Uploading objects" documentation page . This discussion group is oriented more towards general opinions, trends, and

[google-appengine] Re: Creating dev / staging / prod environment

2019-12-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ashok, The recommended practice is setting up separate projects, one for each of these environments, and this for more than one reason. You'll find related details on the "Naming Developer Environments" documentation page

[google-appengine] Re: Google App Engine Search stopped working

2019-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Liu, The error may have various origins. You should try including the app engine dependency in your pom.xml. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine. For coding in Java, and software architecture, as

[google-appengine] Re: Python 3: how to deserialize App Engine application logs from StackDriver Logging API?

2019-11-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ryan, You are right, posting to stackoverflow is the right thing to do for such a subject. You are now able to follow replies and suggestions in the new stackoverflow thread. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching

[google-appengine] Re: Deploy Node red in App engine

2019-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Miriam, Support for Node-RED is in development stages right now; you may refer to the Node-RED Support Requested issue in the Public Issue Tracker. No estimated time to feature implementation has been set. Meanwhile, you may follow

[google-appengine] Re: No Cloud Tasks local emulator

2019-11-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ryan, Your interest in this feature has been properly taken into consideration, and your suggestions highly appreciated. At the moment, this feature is still work in progress. I hope this is going to get implemented soon. There are no proper estimates for a final implementation date.

[google-appengine] Re: Google Cloud Datastore emulator export/import not working

2019-11-04 Thread 'George (Cloud Platform Support)' via Google App Engine
The API documentation page referred to in my initial answer indicates single quotes after -d, --data parameter. I have mistakenly indicates double quotes. What is the result of running the same command with single quotes after -d? A relevant copy of your curl command would be appreciated, in

[google-appengine] Re: Google Cloud Datastore emulator export/import not working

2019-11-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Your strings for input_url and output_url_prefix do not seem to conform to the indications and examples provided on the Exporting and importing emulator data page. In particular, your use of escaping "/" is understandable,

[google-appengine] Re: Java Standard: successfully deploy but no instances: The server encountered an error and could not complete your request.

2019-10-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to read you have troubleshot your issue successfully. You are welcome opening separate issues in the Public Issue Tracker , if you are faced with other Cloud Platform related problems. -- You received this message because you are subscribed to the

[google-appengine] Re: the build-an-app demo of the appengine python 3.7 doesn't work out

2019-10-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Have you included all necessary dependencies in the requirements.txt file? Sub-chapter Updating your web service to use tokens describes how to retrieve,

[google-appengine] Re: Prophet Facebook

2019-10-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Eduard, You also need a appengine_config.py file, and other configuration settings to install your library, as detailed on the "Using Python 2 libraries" documentation page . Are there enough

[google-appengine] Re: Python3 AppEngine Standard - No Endpoints Support

2019-10-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Matthew, There is no immediate plan to replace Python versions in Cloud Endpoints Frameworks, and have Python 3 in place of 2.7. This also implies that danger of discontinuing Python 2.7 to result in no Cloud Endpoints Frameworks is as good as nonexistent. You should not worry about

[google-appengine] Re: Java Standard: successfully deploy but no instances: The server encountered an error and could not complete your request.

2019-10-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jonathan, Have you had a look at your logs? In Cloud Console, you should navigate to logging and examine logs for any relevant message. To narrow down your investigation, you should select logging level as "error", or "debug". As a first step, if you notice session support is not

[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Dario, Glad to read you have found a solution. You are right, this looks like a corrupted Cloud SDK install, so a simple reinstall of the SDK would have very likely lead to normal behavior again. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: The end of PaaS ?

2019-10-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kaan, The problems you describe here are most suitable for feature requests in Public Issue Tracker . Developers may assess merit in each case, and decide on proper implementation. -- You received this message because you are subscribed to the Google

[google-appengine] Re: The end of PaaS ?

2019-10-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Patrice, Your perception about App Engine as PaaS scheduled to be shut down is unjustified: there are no such plans at the moment, nor are there chances the PaaS offer gets abandoned, not for the foreseeable future. Products on this list

[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dario, How does your app.yaml look like? To enable a closer examination of your installation, you need to run the following commands: gcloud components update gcloud info gcloud app deploy --verbosity=debug What is the output from these commands? You should edit out all private data

[google-appengine] Re: 2 instances

2019-10-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Julien, If you want to limit the total number of running instances to one, in Standard Environment, you specify this in your app's app.yaml configuration file, for instance by choosing manual scaling, and setting desired value for the max_instances parameter. Manual scaling uses

[google-appengine] Re: dev_appserver.py slow instance start

2019-10-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Zdenko, You are right: if you don't notice any delays when using a clean VM, it seems likely that your local setup is at fault. All this is above the scope of this discussion group, in fact off-topic. You should post such questions to StackOverflow, or other similar forums. This forum

[google-appengine] Re: Why is Jinja2 urlize filter not working with GAE flask app?

2019-10-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You probably did not register this filter; you have to register the filter using a statement similar to: jinja_env.filters['variable_name_here'] = identifier. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine and Cloud

[google-appengine] Re: PermanentTaskFailure with deferred API in appengine standard python (maybe datastore related)

2019-10-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You have taken the right approach, publishing on stackoverflow. If you think this a Cloud Platform issue, and not on your app's side, you are encouraged to post in Public Issue Tracker . This discussion group is oriented more towards general opinions, trends,

[google-appengine] Re: deploy error - token exchange failed

2019-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
You should rather run gcloud auth application-default login , if your intention is to acquire new user credentials to use for Application Default Credentials. How did you grant roles to your user account, exactly?

[google-appengine] Re: Does gae support boto3?

2019-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
This sub-process is now supported in App Engine Standard production environment for Python 2.7. You are encouraged verify and report eventual errors. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: My app verification is still pending

2019-10-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Has your app verification progressed meanwhile? You should keep in contact with the consent screen verification team, who is expected to verify and eventually approve your consent screen. You might be well entitled to support, so opening a support ticket in place of Groups postings should

  1   2   3   4   5   6   7   8   9   >