[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-03 Thread 'George (Cloud Platform Support)' via Google App Engine
The Organization resource is bound to your G Suite or Cloud Identity account, now that you have added it. If you would prefer not to use the Organization resource, we recommend restoring the Organization's IAM policy to the original state using the following steps: 1. Add your domain to the Pro

Re: [google-appengine] Re: zigzag merge

2018-07-03 Thread 'George (Cloud Platform Support)' via Google App Engine
This is a well-known and popular feature request, and Engineering is already working on its eventual implementation. No estimated time to implementation has been set. Meanwhile, you may follow developments in this thread in the Public Issue Tracker.

Re: [google-appengine] Re: zigzag merge

2018-07-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vitaly, "google.appengine.ext.testbed package" documentation page defines init_datastore_v3_stub(enable=True, datastore_file=None, use_sqlite=False, auto_id_policy='sequential', **stub_kw_args). The signature does not specifically mention the "require_index" parameter. This is passed as

Re: [google-appengine] Re: zigzag merge

2018-06-30 Thread 'George (Cloud Platform Support)' via Google App Engine
In fact the "bingo" info is amply documented on the "Local Development Server Options" documentation page , where usage for the --require_indexes=yes|no options are described in detail. -- You received th

[google-appengine] Re: Can app engine host a Node JS worker?

2018-06-30 Thread 'George (Cloud Platform Support)' via Google App Engine
If your intention is to deploy a full-fledged app, you have the choice between the Standard Environment and Flexible. The "Choosing an App Engine Environment" online document should help you in taking the decision best suited

[google-appengine] Re: Regarding Standard Environment For Node Js

2018-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
In reply to your questions: 1) You can specify network settings in your app.yaml configuration file, for example: network: instance_tag: TAG_NAME name: NETWORK_NAME subnetwork_name: SUBNETWORK_NAME forwarded_ports: - PORT - HOST_PORT:CONTAINER_PORT - PORT/tcp - HOST_PORT

Re: [google-appengine] Re: zigzag merge

2018-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Fully agreed here, it would be nice. As they say, usually the problem is in the details. In particular here, how would one determine how often is the index used? What would be the use-case for the new feature? How would you use it, exactly? A good use-case, well-formulated in step-by-step manner

[google-appengine] Re: ValueError: virtualenv: cannot access lib: No such virtualenv or site

2018-06-28 Thread 'George (Cloud Platform Support)' via Google App Engine
In fact, the project structure indicated on the "Getting Started with Flask on App Engine Standard Environment" page is: flask-app project structure app.yaml: Confi

[google-appengine] Re: How to exporting User Explorer data?

2018-06-28 Thread 'George (Cloud Platform Support)' via Google App Engine
To see User-ID data in the report, you need to enable the User-ID feature in your property settings. Client IDs appear in the report by default for properties that aren’t enabled for User-ID. You may find more detail on the "User Explorer" help page

Re: [google-appengine] Re: zigzag merge

2018-06-27 Thread 'George (Cloud Platform Support)' via Google App Engine
If you find such a software, how do you plan to instruct it in determining if a set of indexes are to be deleted or not? -- 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, sen

Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aleksander, In fact there is no estimated time to resolution, but I am sure Developers will address the issue as soon as possible, taken into account their priorities. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscrib

[google-appengine] Re: zigzag merge

2018-06-24 Thread 'George (Cloud Platform Support)' via Google App Engine
When you are sure that old indexes are no longer needed, you can delete them from Cloud Datastore using the datastore cleanup-indexes command. This command deletes all indexes for the production Cloud Datastore instance t

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread 'George (Cloud Platform Support)' via Google App Engine
The Node.js runtime now defaults to the latest Node.js v8 LTS release . What happens if you simply specify this version? Alternatively, it may be worth trying to specify >=4.x, if you want to get the current

[google-appengine] Re: Sanal sunucu ip adresi

2018-06-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ercan, The official language of this Group is English. You should attempt to formulate questions in this language, to facilitate general understanding and attract replies. You seem to face difficulties in connecting to your deployed instances. Related help may come from the "Connecting

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
The error message points to lacking configuration of the node.js version in the package.json file. You need to set value for your node.js version with an entry similar to: { "engines": { "node": "9.x" } } You may gather more detail from the "Node.js version" sub-chapter

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Your issue warrants a more in-depth investigation. To facilitate communication and tracking of progress, we have opened this issue in the Public Issue Tracker. You may monitor it for further developments. There is no estimated time to resolution as ye

[google-appengine] Re: app engine - PHP Fatal error: The request was aborted because it exceeded the maximum execution

2018-06-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Naresh, Currently, the deadline for requests to frontend instances is 60 seconds. (Backend instances have no corresponding limit.) Every request, including warmup (request to /_ah/warmup) and loading requests ("loading_request=1" log header), is subject to this restriction. Slow loading

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, This is an excellent observation! Grateful for bringing this apparent discrepancy to our attention. The page you refer to might well have to be brought in tune with the others. Why do I mention the other pages? Because all other Java-related pages and tutorials on cloud.google.co

[google-appengine] Re: Google Custom Search: HTTPError: HTTP Error 403: Forbidden

2018-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Which websites are searched by your Custom Search setup? Can all of them be reached successfully at any time, otherwise than by way of Customer Search, simply from a browser? It is usually a permission problem that causes the 403 errors. You may gather more detail from the "403—Forbidden" sub-ch

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, There is no contradiction between the two pages you link to, as one page refers to Python apps, the other to Java. Your request to not change the default values of options refers to gloud app deploy, a deployment command that is specifically described in documentation as not su

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
We'll examine the wealth of information provided and attempt reproduction of the issue. Meanwhile, your patience is appreciated. -- 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

[google-appengine] Re: Searching for Same phrase. Multiple alternatives.

2018-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Hashem, Combining words at random does not result in a meaningful phrase in all cases. To get synonyms and antonyms for a word you need to search a dictionary. To get the possible meaning of a group of words, when replacing word1 with synonyms and antonyms, a dictionary is the place to s

Re: [google-appengine] Re: When does app engine serialise the http response?

2018-06-13 Thread 'George (Cloud Platform Support)' via Google App Engine
How do you set your JSESSIONID cookie? How do you use response.setHeader() in your code? A relevant sample of your code is needed, to be able to examine and eventually reproduce the issue. You may send this via private message, to maintain the desired level of privacy. This discussion group is

[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-13 Thread 'George (Cloud Platform Support)' via Google App Engine
What is it meant here by: "This command also run "Appengine" for starting app."? How did you deploy your app? The usual command is gcloud app deploy. You may find more related information in the "Quickstart for Node.js in the App Engine Standard Environment" online document. [1] What is the str

[google-appengine] Re: Unable to connect to MySql using GAE while deploying Java webapp

2018-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vamsi, Can you deploy your app successfully? Is this error received when you try to connect to your app? Very likely, your app does not complete the request-related work within the defined deadline. A request handler has a limited amount of time to generate and return a response to a req

[google-appengine] Re: What platform to serve basic PHP websites which connect to Cloud SQL for data for the web pages?

2018-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Brian, You are right, GAE and Cloud SQL would provide an easy and elegant solution. You just need to check relevant documentation, or, even better: follow an example. The "Using Cloud SQL for MySQL with PHP" documentation page

Re: [google-appengine] Re: Google App Engine end point App V1 to V2 Migration issue

2018-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
The result of building your Java app is a *.war file. This should not be perceived as surprising, and should not prevent the deployment your endpoints. Have you attempted deployment, as yet? For reference, you may have a look at the "Deploying and Testing an API" online document

[google-appengine] Re: Error: 'ascii' codec can't decode byte 0xe2 in position 25: ordinal not in range(128)

2018-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
This new type of error that you notice after fixing the ASCII-related one warrants the opening of a new issue in the public tracker. It is to soon to say that the new error is related to the previous one. Only a new, dedicated investigation can address it. -- You received this message becaus

Re: [google-appengine] Re: Custom domains, dns setup, what are the A records there for?

2018-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
DNS A-records are meant to be used in the configuration of root domains. A CNAME record is not allowed to coexist with any other data. If you use it for the www in www.somedomain.com, or for ghs, this coexistence is avoided, so your proposed usage above (pointing to ghs) is correct. You may chec

[google-appengine] Re: Error: 'ascii' codec can't decode byte 0xe2 in position 25: ordinal not in range(128)

2018-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
If your project contains so many file paths, as the reference to Wordpress seems to indicate, you might have oversaw one file name containing a non-ASCII character. If you are sure that no such character is present neither in paths, file names, nor app.yaml, it is worthwhile opening an issue in

[google-appengine] Re: Google App Engine end point App V1 to V2 Migration issue

2018-06-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Your build.gradle file contains line "apply plugin: 'war' ", while you expect a jar file. More details related to your statement above: "Without jar file, I cannot proceed my work." are needed. What prevents you from proceeding with your work and in which way, exactly? What would you expect, wh

[google-appengine] Re: Custom domains, dns setup, what are the A records there for?

2018-06-06 Thread 'George (Cloud Platform Support)' via Google App Engine
The role of A type records consists in mapping a name to one or more IP addresses. The assumption here is that the IP address is known and stable. In your screen capture, the A record row always indicates an IP address under the Data column. The specific restriction is related to IP addresses,

[google-appengine] Re: When does app engine serialise the http response?

2018-06-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Baojun, How did you determine that response headers are serialized? If this happens in some cases, would you be able to indicate which such cases have you been faced with? How can one reproduce this serialized header situation? You may refer to the documentation, in particular the "Reque

[google-appengine] Re: 【Bug】Add credit card → stuck at postal code

2018-06-06 Thread 'George (Cloud Platform Support)' via Google App Engine
This Group is dedicated to opinions and comments about the App Engine, not G Suite. You are better served contacting G Suite Support directly. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubsc

[google-appengine] Re: Not able to run Task Queue in Google Cloud Platform

2018-06-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to hear things work as expected now. One-time events may happen for various reasons. If you would like to get more information regarding your queue, the most comprehensive source would be represented by the related logs. -- You received this message because you are subscribed to the Goog

[google-appengine] Re: 【Bug】Add credit card → stuck at postal code

2018-06-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Which service are you trying to register for? This group is meant for Google App Engine related postings, not Apps / G-Suite. The language uses in this group is English; your image reflects a page written in Chinese. What does the text in the image mean? -- You received this message because y

[google-appengine] Re: Not able to run Task Queue in Google Cloud Platform

2018-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Azeem, This behavior difference between the local server and the app deployed in the cloud might originate in the way you authenticate to the endpoint. The local server does not enforce authentication, by contrast to the standard environment in the cloud. How do you authenticate your cal

Re: [google-appengine] Re: Extend the session with IAP-- google APP engine ?

2018-06-01 Thread 'George (Cloud Platform Support)' via Google App Engine
An API call requires you to provide certain information and it would return a desired result in form of information as well. This is not a scenario one may apply to IAP sessions, as session expiry depends on data (like timing) outside of your proposed call. The solutions mentioned in my reply ab

[google-appengine] Re: Migrate to Java 8 runtime

2018-05-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Carlos, You are right, you should follow the appropriate document. The statements you look for are: sourceCompatibility = 1.8 // App Engine Flexible uses Java 8 targetCompatibility = 1.8 // App Engine Flexible uses Java 8 More detail may be gathered from the "Creating a new Gra

[google-appengine] Re: Search API fails sporadically

2018-05-31 Thread 'George (Cloud Platform Support)' via Google App Engine
It would be easier to follow developments in the twin issue tracker thread. We just posted a reply there. It is also a place where the exchange of private information is made more securely. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: Using Bitnami LAMP on GC instead of appengine

2018-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
To deploy course builder, you need first to refer to the "Set Up Course Builder" online document . The actual deployment is referred to through the link "Deploy Course Builder to the cl

[google-appengine] Re: Extend the session with IAP-- google APP engine ?

2018-05-30 Thread 'George (Cloud Platform Support)' via Google App Engine
There is more than one way to deal with the problem of expired sessions, all of these treated on the "Managing Cloud IAP sessions" page . To reply to your question regarding automatic extension of a session, handling the HTTP 401 response comes

[google-appengine] Re: Using Bitnami LAMP on GC instead of appengine

2018-05-29 Thread 'George (Cloud Platform Support)' via Google App Engine
It all depends on the scalability requirements for your app, and the amount of time you are ready to spend in performing administration and set up of your compute engine instance. You are right, costs would differ between app engine and compute engine. You may gather more detail on the "Building

[google-appengine] Re: Google App Engine end point App V1 to V2 Migration issue

2018-05-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Arunprasath, Which jar file is meant here, exactly? What steps have you followed, from those listed in the linked document? In particular, have you rebuild your project? This step is dealt with in the "Rebuild project" sub-chapter

[google-appengine] Re: [Standard AppEngine] [Stackdriver] Enhancing logging

2018-05-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ridha, You are right: apps running in the App Engine flexible environment can write logs that are in addition to what is included in the App Engine standard environment. For related information, you may have a look at the "Supported environments" sub-chapter

Re: [google-appengine] Re: recommended path for moving php Application to GC App engine

2018-05-21 Thread 'George (Cloud Platform Support)' via Google App Engine
> > It may be worthwhile mentioning that you cannot perform local disc access > in app engine, so you need to shoehorn the app accordingly. Have a nice holiday in Norway! Enjoy! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsub

Re: [google-appengine] Re: recommended path for moving php Application to GC App engine

2018-05-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, Did the provided example help in any way? Are you looking for more insight? -- 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+

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, Cloud CDN content can originate from Google Compute Engine virtual machine (VM) instance groups or from Google Cloud Storage buckets. This is one option. If you prefer alternatively to use Fastly in the configuration already described, you are encouraged to log a feature request

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
As mentioned, while installing the tools, the installer searches your computer for the Cloud SDK. If it can't find the SDK, then it automatically downloads the latest version of the SDK. You don't have to worry specifically about this install, and allow the Cloud Tools for Eclipse to automatica

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
It may be worthwhile checking some examples of everyday uses, intended for Cloud Shell, as detailed on the Cloud Shell "Examples" document . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: recommended path for moving php Application to GC App engine

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find a few tutorials on the web, specifically covering PhpStorm in the app engine development environment, such as this one . If you prefer using Eclipse, it may prove worthwhil

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Is Fastly a must for your architecture? You may consider using Google Cloud CDN instead. -- 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

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
What makes you think that the Eclipse automatically uses the SDK jar files from the local Maven repository? In any case, you can select the SDK installation you prefer. In the Eclipse Preferences dialog, the Google Cloud Tools setting shows the Google Cloud SDK configuration. When the Choose S

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Does your disc belong to a compute engine instance? Do you make calls to the Datastore API? Do you actually use the G Suite? More information is needed on your disc and your app's architecture. If you use the app engine, what is the output of the gcloud info command? -- You received this mes

[google-appengine] Re: Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-16 Thread 'George (Cloud Platform Support)' via Google App Engine
There are other ways to install the Cloud SDK, the preferred one is in conjunction with installing Cloud Tools for Eclipse. While installing the tools, it searches your computer for the Cloud SDK. If it can't find the SDK, then it automatically downloads the latest version of the SDK. It also p

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-15 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, the user does not get involved in running the load balancer. This is, by contrast, about how to use HTTPS or SSL load balancing: you must create at least one SSL certificate that can be used by the target proxy for the load balancer. More detail may be read on the "SSL Certificat

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-15 Thread 'George (Cloud Platform Support)' via Google App Engine
You may use HTTPS and SSL to connect to your instance, in which case you should: - Register a domain name - Acquire an SSL certificate from a certificate authority - Register the certificate with your HTTPS load balancer and its connected instances, or configure an SSL-terminated web server or

[google-appengine] Re: nodemon on nodejs runtime

2018-05-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to see you managed to find the solution that suits you. If there are other details on this solution, which may be worth sharing with the public at large, your are invited to elaborate. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: nodemon on nodejs runtime

2018-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Where does your app run? Do you deploy it in the standard environment, flex, GCE? After editing the package.json one is expected to run something like npm install. What is the output of gcloud info? -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: google app engine timing out without any error on flexible environement

2018-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
It is worthwhile running the gcloud components update command before attempting deployment. What is the output of gcloud app deploy --verbosity=debug? If you would like us to examine your project in more detail, you may send the following information via private mail; this is done with the help

Re: [google-appengine] Re: redirecting to login page

2018-05-09 Thread 'George (Cloud Platform Support)' via Google App Engine
You are kindly invited to share more detail on the solution you found, for the benefit of people faced with the same issue. -- 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,

[google-appengine] Re: Two of my gae projects has been disabled billing but still gets charged.

2018-05-08 Thread 'George (Cloud Platform Support)' via Google App Engine
The recommended way to disable billing can be found on the documentation page mentioned in my previous answer. Under *Projects linked to this billing account*, locate the name of the project that you

[google-appengine] Re: Cloud Functions Triggers for Pub/Sub

2018-05-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Publishing occurs once, delivery possibly repeated. There is no reason to worry about multiple publishing. Which other events would be of interest for your app? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this grou

[google-appengine] Re: Two of my gae projects has been disabled billing but still gets charged.

2018-05-07 Thread 'George (Cloud Platform Support)' via Google App Engine
After you close your billing account, we will bill you for the usage you accrued prior to cancelling your service. This bill will be the last bill you receive, unless you reactivate service. You may gather more detail from the "Create, Modify, or Close Your Billing Account" documentation page <

[google-appengine] Re: Cloud Functions Triggers for Pub/Sub

2018-05-07 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Delivery is one type of event that may be used to trigger a cloud function. There are others, independent of the duplicate delivery aspect. How would you like the trigger to be implemented? Would you like a message to be sent once, even if delivery happened actually multiple times? More detail o

Re: [google-appengine] Re: redirecting to login page

2018-05-07 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Have you run gclud auth login for your project? You may have a look at the "Creating an App Engine Standard Application" documentation page as well. -- You received this m

[google-appengine] Re: redirecting to login page

2018-05-04 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
How does your app.yaml look like? Did you deploy using gcloud, maven or gradle? Have you tested your app locally, using the development server? If you'd like us to look at your project, you may provide your project name and sample of your code through private mail. To do so, you can use the dro

[google-appengine] Re: The API call urlfetch.Fetch() was cancelled because the overall HTTP request deadline was reached

2018-05-02 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Is your jersey client library fully compatible with Java 8? Your code does not seem to take into consideration the case of a request being delayed, and does not set a fetch deadline, in a way similar to urlfetch.set_default_fetch_deadline(). You should examine your app's behavior accordingly, a

[google-appengine] Re: Course Builder Deployment Error

2018-05-02 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
What directory did you use to run the deployment script from? The error message indicates that you need to run the script from a directory that contains app.yaml. What version of Windows do you use? If you have an older version of Windows, you may need to manually download Cygwin. Windows is no

[google-appengine] Re: The API call urlfetch.Fetch() was cancelled because the overall HTTP request deadline was reached

2018-05-02 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
How often is this call made? Does this happen for a certain URL in particular, or for any URL? Details on the code initiating the URLFetch request are needed. You can send us these details via private email, using the drop-down menu of the "reply" button, at the top right of the editing window.

[google-appengine] Re: Firebase Messaging + GraphQL on App Engine Flexible

2018-04-20 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Kushal, To start with, it may be worthwhile mentioning that the Firebase Cloud Messaging SDK is supported only in pages served over HTTPS. This is due to its use of service workers, which are available only on HTTPS sites. To assess feasibility and suitability of Firebase Cloud Messaging

[google-appengine] Re: Unable to deploy hello world example on Flexible Environment - global/networks/default was not found

2018-04-12 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Shashank, Which quick-start did you follow? There is one for each programming language. Is your local development setup complete? In particular, have you initialized your project with the gcloud init command? What is the output of the gcloud info command? Did you create a new networ

[google-appengine] Re: Problem with downloading source with gcloud source repos clone

2018-04-11 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi again Kathleen, As previously mentioned, Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. The installation procedure is detailed on their site

[google-appengine] Re: Error in line 133 in run_file

2018-04-11 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Kathleen, Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. The installation procedure is detailed on their site . There are different ways to install git, dependi

[google-appengine] Re: Problem with downloading source with gcloud source repos clone

2018-04-11 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi again Kathleen, Google Cloud Source Repositories should cover your needs, as described in your short posting. Cloud Repositories are fully-featured, private Git repositories hosted on Google Cloud Platform. These are the easy steps requ

[google-appengine] Re: Error in line 133 in run_file

2018-04-11 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Kathleen, There is already a solution to your repository problem in the form of Google Cloud Source Repositories . These are fully-featured, private Git repositories hosted on Google Cloud Platform. There are only a few steps needed t

[google-appengine] Re: Downloading source

2018-04-11 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Kathleen, The easiest solution for your needs might come from the Google Cloud Source Repositories . These are fully-featured, private Git repositories hosted on Google Cloud Platform. Creation is easy: after having selected or create

[google-appengine] Re: [app-engine] multiple app.yaml files

2018-04-10 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
The app.yaml file must be located in your application's root directory. You may check this detail and general app.yaml-related information on the "Configuring your App with app.yaml" documentation page

[google-appengine] Re: Socket Timeout errors on URLFetch calls

2018-04-02 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Are the URLFetch errors associated with a certain situation, or at least a certain period in time? To report an issue, this has to be reproducible or, at least, associated with certain parameters, such as time. There is little chance to address an issue one can't reproduce reliably. -- You re

[google-appengine] Re: Socket Timeout errors on URLFetch calls

2018-03-29 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
In the "Issuing an HTTP request" sub-chapter of the "Issuing HTTP(S) Requests" document , this possibility is indicated: "You can also use the third-party requests library as long as you configure it to use URLFetch." There

[google-appengine] Re: Google Engine with Firebase

2018-03-29 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
The error message: "Please copy your Firebase web snippet into WEB-INF/view/firebase_config.jspf" does seem to indicate the source of the issue. Have you verified the link provided by Attila-Mihaly in the other reply? What is the actual code snippet used in your case? -- You received this m

[google-appengine] Re: Socket Timeout errors on URLFetch calls

2018-03-29 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Hugo, What type of time out exceptions do you refer to? Which errors are the most frequently encountered? You are surely not the only one facing this situation. How would you like to see URLFetch replaced? Do you use Java 7 or 8? Which features described on the "Issuing HTTP(S) Requests" d

[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-26 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Yihang, To see a list of your apps in the app engine environment, you simply click on the triple-bar button at the top left of the page and select from the drop-down menu app engine ---> versions or instances. This does not seem to be a high priority for you, as you indicated that your main

[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-23 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
You cannot possibly get charged for an app that is not running. If you ensure that your mandatory App Engine app is not running, it won't attract any charges. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this grou

[google-appengine] Re: deploying the course builder

2018-03-23 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
You seem to have arrived at a stage where you should continue to deployment. You may find related details in the "Deploy your app" documentation page . What steps have you undertaken at this

[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-22 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Engineering has been made aware of this situation, and will address it in due course. Meanwhile, you are encouraged to open a issue in the public tracker , so you may follow related developments there. -- You received this message because you are subscribed t

[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-22 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Yihang, The App Engine application incurs costs when running. Billing begins when an instance starts and ends fifteen minutes after a manual instance shuts down or fifteen minutes after a basic instance has finished processing its last request. You may find more detail on the "App Engine

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Guy, You may consider availing yourself of the support opportunities offered; there is more than one support package, and you may choose according to your needs. In the developers' console, you can reach the support overview page by clicking on the support link offered in the drop-down left

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-09 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
You assume that we have more access rights and somehow able to see more logs or other relevant information. This is not the case, and our investigation is based on the same logging that is accessible to you. This applies to the VM being shutdown on Monday 26th Feb at ~06:12 due to maintenance a

[google-appengine] Re: gcloud app deploy fails - Error Response: [4] Timeout

2018-03-09 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
To follow-up easily and be notified of all developments towards the solving of the issue, it is recommendable to open another similar issue in the public issue tracker . In fact, this error is already known and steps have been taken to fix it, but you won't see

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-09 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
>From the logging information provided, one is forced to conclude that your app does not start properly, which attracts failures at health checks. It is recommendable to thoroughly revise your code and identify the original cause of start up failures. As previously mentioned, for coding-relate

[google-appengine] Re: gcloud datastore export

2018-03-06 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
You may consider the Cloud Datastore to Cloud Storage Text feature , in beta stage, a template implemented as a batch pipeline. It allows you to choose a GQL query that specifies which ent

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-03 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Karl, In your initial post on this thread, you wrote that you "experienced delays in deploying our PHP flexible app whereby "gcloud deploy" times-out waiting for the new instance to start". A proper start-up process is essential to instance management. You also mention making use of PHP ext

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hi Karl, If your app starts up without issues, the health checks would not matter. There are issues with your app's start up process, that you need to address. For coding-related issues, you are at an advantage posting to stackoverflow or similar forums, where you can get expert help from acti

[google-appengine] Re: GAE not starting

2018-02-28 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Deividias, You can enable your application in the developers' console by navigating in the left frame drop-down menu to app engine and then settings. You'll see an "enable application" button on the page, under the application settings tab. For the timeout issue, the easiest would be t

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-27 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Karl, You seem to indicate that the outage is a one-time event, and that there is no other similar occurrence as yet. If this is so, to prevent similar unwanted events in future, you may configure your app for health checks, in detail. For reference, the "Configuring your App with app.ya

[google-appengine] Re: 502 Bad Gateway

2018-02-27 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
How long does it take to complete the API call to storage? Your front end might not be configured for asynchronous work. The 502 error returned by the nginx process might have various causes: an exception raised by the application or by an internal API call, or by timing issues, if a request t

[google-appengine] Re: microservices with the edge server pattern on App Engine

2018-02-26 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Excellent question! Indeed, the service-name.project-id.appspot.com like addresses should continue being accessible. You asked whether it's possible to hide the back-end microservices from the public. A custom domain would do just that, as the public is not normally aware of your project ID and

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-26 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
Hello Karl, The errors you describe would correspond to what is expected if health check fail: "*App Engine sends periodic health check requests to confirm that an instance has been successfully deployed, and to check that a running instance maintains a healthy status. Each health check must b

[google-appengine] Re: X-AppEngine-Country is wrong

2018-02-24 Thread &#x27;George (Cloud Platform Support)&#x27; via Google App Engine
This issue is known to Engineering, and is getting appropriate attention right now. You may follow issue 37088162 in the public tracker to keep up-to-date with developments. There is currently no estimated time to resolution for this one. -- You rece

<    1   2   3   4   5   6   7   8   9   >