[google-appengine] Re: google maps gocoding

2019-02-28 Thread 'George (Cloud Platform Support)' via Google App Engine
For issues of technical nature, such as key not correct or not enabled, you 
are better off contacting Maps Support 
 directly. This forum meant 
for general discussion on Geocoding API and related topics. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/78465889-7ec2-4680-bcb4-22a71de89074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine Standard Environment for Go requires billing?

2019-02-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Agustinus, 

To deploy your apps, you must enable billing. Your account will not be 
charged if you stay within your free quota. If your application needs 
resources that exceed the free quota, you will be charged for the 
additional usage. Whether your choice of programming language falls on Go 
or Java, the situation does not change, and you don't attract costs when 
writing code; costs might be applied once you deploy your app in Standard 
Environment. You may check the "Managing GCP Projects, App Engine 
Applications, and Billing" for related detail. To directly reply to your 
question, App Engine Standard Environment for Go might indeed require 
billing at some stage, for reasons just mentioned, if you deploy your app. 

The fact that billing is enabled is not to say that you'll get necessarily 
billed immediately. Free quota is generous, and you can deploy and test 
your app at your leisure using the free tier. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1776c17f-4d5f-4825-81d3-decd100c9975%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: sync between datastore and firestore

2019-02-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rajesh, 

As things are now, is not possible to switch from Datastore to Firestore 
within the same project. Still, you may operate Firestore in Datastore 
mode. By creating a Cloud Firestore database in Datastore mode, you can 
access Cloud Firestore's improved storage layer while keeping Cloud 
Datastore system behavior. You may find more information of relevance by 
reading the "Automatic Upgrade to Cloud Firestore" documentation page 
.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/678f9b57-cf5c-4929-80f4-d4058fe8e3b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Changing Port no. on AppEngine Flex environment

2019-02-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Abhishek, 

Where do you configure your port with the  markup? In Flexible 
Environment, the usual way to specify network settings is in your app.yaml 
configuration file, for example:

network:
  instance_tag: TAG_NAME
  name: NETWORK_NAME
  subnetwork_name: SUBNETWORK_NAME
  session_affinity: true
  forwarded_ports:
- PORT
- HOST_PORT:CONTAINER_PORT
- PORT/tcp
- HOST_PORT:CONTAINER_PORT/udp

You may check related information on the "Configuring your App with 
app.yaml" page 

.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e42cf9d8-1176-4df3-94c7-5b7770df94ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: AppEngine Flex - Correct Firewall Configuration For Inter-Service-Communication

2019-02-25 Thread 'George (Cloud Platform Support)' via Google App Engine
It is not immediately apparent, after reading the documentation page you 
link to, how certain IPs are to be whitelisted; targeted HTTP requests, 
service accounts, and Cloud Pub/Sub are mentioned, as recommended 
solutions. 

The firewall configuration page stipulates, for requests received in the 
flexible environment: 0.1.0.40 and 10.0.0.1. You need to create two 
firewall rules to allow requests:

0.1.0.40 - A rule to allow backend_flex to receive URL Fetch requests from 
backend_std.
10.0.0.1 - A rule to allow the service-to-service communication for the URL 
Fetch requests in backend_flex.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0ed5e71b-dfe9-4bae-aa4d-799e3767db76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: PHP Developer server + PHP-FPM

2019-02-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Piotr, 

You have some hints in the error message, one being "No default module 
found", the other "No php.ini file will be used". You should check your 
code and modify it accordingly. 

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 meant for general discussion on the platform and its services. 
By contrast, in StackOverflow, you get in contact with experienced 
programmers, who are happy to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7014cb07-f1a7-45f7-b1a2-53d8407638ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google search dictionary results text coloring extremely light

2019-02-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Your reproduced text here in the message window is invisible. How did you 
get the results you complain about? Is it from the Google Dictionary 
extension? I have tries it and here text is perfectly legible, so I can't 
reproduce your results with this extension. Have you tried tweaking Chrome 
browser settings, to improve displayed text? More detail is needed to set 
the basis of an effective investigation in your issue. Any information you 
deem relevant might prove invaluable. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6789575f-5be7-4343-8b8d-a21667d40075%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE APIs

2019-02-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ryan, 

You are right, Python 2 to 3 code migration may be accomplished in part by 
employing tools such as modernize 
, futurize 
 and 2to3 
, but the resulting, 
automatically converted code needs to be revised and in rewritten in 
places, as ambiguous semantic differences are to be expected. Your overall 
optimistic view on migration should prove in the end justified. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7289a9c4-6580-46a4-abed-0ca53275e299%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Getting inconsistent 500 error - inconsistent Error code 204 on Google App Engine PHP Standard

2019-02-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Shaharia, 

You can now follow progress in your identical Public Issue Tracker issue 
123731553. 

Advertising Policies 
 indicate that 
destination are suspended if such destinations don't function properly or 
have been incorrectly set up. You should ensure your site is working 
properly and in compliance to such requirements, in other works, 
destination working.  

500 errors are described as "Internal Server Error" on the "HTTP Status and 
Error Codes for JSON" documentation page 
.
 
To avoid such errors, your app should implement a strategy of Truncated 
Exponential Backoff 
. You should 
click on the "expand all" link in logs, to see the entire error message, 
and use the information thus gathered to debug your app and avoid errors in 
future.  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/752ca110-d014-402a-bbaa-677ff8777563%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GCP + WebAssembly?

2019-02-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Valentyn, 

It depends what environment you would like to use: App Engine Standard or 
Flexible? Maybe Compute Engine? You may check supported programming 
languages and frameworks on the "Choosing an App Engine environment" 
documentation page 
. You 
can set up any server you would like, and coding frameworks in Compute 
Engine, where you are responsible for implementation and configuration of 
your preferred environment. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as setting up proxies, you may be better 
served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 


-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/531d61bc-2bc7-4701-8ff1-5f1a5e65f8a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to simulate app engine environment for a python3 application locally

2019-02-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Santiago, 

You can find relevant information in the "Running locally" sub-chapter 

 
of the "Testing and deploying your application" documentation page. To test 
your application's functionality before deploying, run your application in 
your local environment with the development tools that you usually use. The 
actual procedure to run your app locally may depend on the environment and 
the development framework you employ. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e5a8f61f-33e8-4129-a9ae-3f27a1b9d0f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Get the data from a document in Firestore as dictionary

2019-02-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Guanaco, 

There is a doc.to_dict() function as well. You may want to check an example 
on the "google-cloud-firestore 0.31.0" Python documentation page 
. 

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 meant for general discussion on the platform and its services. 
By contrast, in StackOverflow, you get in contact with experienced 
programmers, who are happy to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2fdfb29e-c04f-4322-88f9-3d4808373858%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Needed URL endpoints to whitelist for pub-sub (publish)

2019-02-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Anoop, 

If you rely on IP-based firewall rules as a security mechanism, note that 
Cloud Pub/Sub is not associated with any specific IP address. Configuration 
of your Organization's firewall falls under your Organization's 
responsibility, and you should take into consideration the situation 
described here and on the "Access control" documentation page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/58923193-d9be-449f-8d02-e15210a7e49a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: No search results for my website but it does show some pages from one of my clients sites

2019-02-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Luke, 

Your site indicates "Powered by Webbering". Are you sure your site is 
deployed to Google Cloud Platform? If so, did you deploy it to Standard 
Environment or Flexible? When did you notice this redirection issue? What 
would your exact expectation be? 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df31d910-daa6-4347-b5aa-cf2b036b5838%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: PHP Developer server + PHP-FPM

2019-02-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Piotr, 

What directory are you in when running this command? You should rather run 
the dev_appserver.py command as follows from the directory that contains 
your app's app.yaml configuration file: 

dev_appserver.py [PATH_TO_YOUR_APP]

Alternatively, you can specify the configuration file of a specific 
service, for example:

dev_appserver.py app.yaml

You may find related information in the "Using the Local Development 
Server" online document 

. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d372a3bc-2eae-42c9-824e-08349d439c79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: cloud shell - boost mode

2019-02-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Cloud shell is not meant to build your app. Instead, you could use the 
Cloud Build service, which lets you build software quickly across all 
languages. Related details are to be found on the "Cloud Build" page 
 and related documentation. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cbcd3995-9df8-4855-a6ed-3c5406561b89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Configure app.yaml for standard env

2019-02-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Google Cloud Platform provides health checking mechanisms that determine 
whether VM instances respond properly to traffic. To respond to traffic, VM 
instances need to be existing and running. Health checks are not able to 
target nonexistent instances, or cause instances to be launched without any 
other, good reason, and thus cause you extra expense. Default time interval 
is 5 s for health checks, resulting in an amount of traffic that one does 
not expected to cause huge cost markups. You can disable health checks, if 
you consider this advantageous. You may check relevant information in 
documentation, for instance on the "Creating Health Checks" page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8418ab49-1dd0-4903-857d-86b3b85b0cfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Myron, 

It all depends on what is meant by "local" drive. Your app cannot write to 
the local file system. Does your app face difficulties when using Cloud 
Storage, as recommended? You may have a look at the "Using Cloud Storage 
with Go" documentation page 
, and "Setting 
Up Google Cloud Storage 

". 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a37af06a-669f-4161-9d6b-f9d82c56a1dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to overcome ModuleNotFoundError: No module named 'google.appengine' ?

2019-02-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amruth, 

What have you tried exactly, up to now? It looks like a path issue: 
google.appengine.api is part of the App Engine SDK packaged with the Google 
Cloud SDK. This has to be reflected in your Python path, so you'll need 
to add to PYTHONPATH the path to your google module google_appengine. 

What is the output of the gcloud info command? You should edit out all 
private information. 

Your issue should enjoy more attention and would be easier tracked and 
fixed if you open such issues in the Public Issue Tracker 
. This discussion group is meant for 
voicing of opinions and expressing general ideas, rather than debugging. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bb59c24e-b6e0-423c-823b-3db1deb69a19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: appengine with firestore in a different google cloud project.

2019-02-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rajesh, 

The abstract separation introduced by two different project names should 
not result in in real Firestore access time differences. Are your projects 
situated in different regions? If your Firestore instance is situated in 
one of these regions, and you have another project open in another region, 
this region difference might tempt one to believe that access times will 
differ if accessed from the same region vs. a different one. This is not 
the case, as Cloud Firestore is a multi-region solution that scales 
automatically. You may find more detail on the "Choose a Database: Cloud 
Firestore or Realtime Database" documentation page 

. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6dc056a9-d6fb-4b8f-a793-e3a840ff4ad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Migrating GAE app stored user information to GAE Python 3.0 without Users API

2019-01-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marcel, 

Documentation does not indicate restrictions on user ID's, you may check 
"Getting profile information" page 
 for related 
details. You can choose IDs or pattern for IDs that might correlate to the 
old App Engine IDs. This might not prove of any advantage in the end, as in 
Google Identity Platform you are not supposed to use these IDs to validate 
user log-ins. Same applies to emails and email variants such as 
joh...@gmail.com and jo...@gmail.com. You may check the "Send the ID token 
to your server" on the "Authenticate with a backend server" page 
. 

To reply to your second question, on the same documentation page you'll 
notice that the get method for email profile.getEmail() does not allow for 
multiple email values within the same user identity profile. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5c683983-4761-4757-b4dd-e1414751e918%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Parallel calls to a same function on Google App Engine (Concurrency)

2019-01-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amruth, 

You could pass the whole list as an array in a call to your function, as 
described in the "Passing arrays via HTTP GET?" posting 

 
in Groups. You'll be able then to process your list at once. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as parallel processing in Cloud 
Functions, you may be better served in dedicated forums such as 
stackoverflow, where experienced programmers are within reach and ready to 
help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/866558e1-b92d-4a74-9649-287e21b716e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE APIs

2019-01-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, 

You may check from time to time the official "Feature Deprecations" page 
. As you may 
realize, it is difficult to provide extra information, that is not 
officially published, over this special channel; also: fruitless to engage 
in speculation about deprecation dates that have not yet been published. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ca109e32-eec4-4480-b8f8-8c414fa949ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can't make a new NodeJS App Deploy

2019-01-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Paulo, 

More information is needed to start our investigation properly. What steps 
have you undertaken prior to running this command? Have you modified 
anything in your application's code or app.yaml configuration file? 

As a first step, you may consider running 'gcloud components update', and 
then trying to run gcloud init again. 

After doing so, what is the output from the following commands? 

gcloud info 

gcloud app deploy --verbosity=debug 

All sensitive information should be deleted or overwritten from replies, to 
safeguard your privacy. 

A copy of your app.yaml file, sensitive information redacted out, is also 
needed, enabling us to recreate your environment in view of eventual error 
reproduction.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c950582e-8e3c-4be4-9f75-f29fd3ef04bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-22 Thread 'George (Cloud Platform Support)' via Google App Engine
You may follow issue 123192346  
to monitor progress and eventual fixes. No estimated time to resolution has 
been set. Engineering is already working towards a fix.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d18a43b5-7d2e-4f6e-a4d2-3b3fa21f68b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Configure app.yaml for standard env

2019-01-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Artur, 

You may consider switching to other instance class, such as F2, all 
depending on your application's needs, and your design decisions. You can 
not readily refer to practice, all depending on your application. You set 
instance class in app.yaml. Details are available on the "App Engine 
Standard Environment" page 
. 

You may check how come your app has become popular by reading its relevant 
logs. One has access to logs through Developers' Console. 

A possible explanation for your app's activity might come from side of 
health checking. The environment verifies periodically that your app is up 
and running by sending specific requests. You can configure health checking 
in the app.yaml configuration file 
.
 
The entry looks similar to: 

health_check:
  enable_health_check: True
  check_interval_sec: 5
  timeout_sec: 4
  unhealthy_threshold: 2
  healthy_threshold: 2

Related to your point 2: you may consider changing mentioned parameters in 
accordance with your needs. You can establish your app's needs by checking 
relevant information items from Developers' Console, and set up Stackdriver 
Monitoring  to get even more detail. 
You can use this information to determine that your app needs more memory 
or disc size, if usage is proven high for these resources. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f07a5099-d3a2-40b8-82bd-f0025c722b52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Bruno, 

We need your project ID, to investigate this specific error further. You 
should not write private information such as project IDs in public forums, 
but you can reply to me privately using the drop-down menu of the top-right 
reply button, and choosing "reply privately to author". Your help is much 
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 it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cf0c0b72-80cb-4f4f-96ca-6870e90e5e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: com.google.appengine.api.search.PutException: Error constructing stub for app s~hanji-bd63d

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Akash, 

This type of errors are to be preferably reported in the Public Issue 
Tracker. I have gone ahead and opened an issue with similar content 
. You may follow developments in this thread.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5524693a-cbac-4675-94d0-45a155f52a33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: com.google.appengine.api.search.PutException: Error constructing stub for app s~hanji-bd63d

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Akash, 

What version of Java are you using? Version 7 is not supported any more. 

Did you change anything in the environment that calls your indexADocument() 
method? What is your code that runs when your instance gets initialized? 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as searching indexes, you may be better 
served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/27e899b9-2d60-4437-b2d8-4fe3c8831b1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why don't I see any scheduled CRON Jobs in my Google App Engine Cloud Dashboard

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Shivang, 

Do you use App Engine SDK, or Cloud SDK in your workflow? The page you 
linked to uses Cron with the XML cron configuration file; this is to be 
employed if you use App Engine SDK tooling, such as appcfg. If you use 
Cloud SDK-based tooling, such as the gcloud command line, or Cloud 
SDK-based Maven, Gradle, Eclipse, or IntelliJ plugins, refer to the YAML 
version of this page 

.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f5a1ac9-d22c-490b-adbd-a79ae926c0a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I deploy Django app to app engine

2019-01-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Baturay, 

What is the value of the CLOUDSDK_PYTHON variable at the moment of 
attempted deployment? Support for version 3.7 is experimental, at present. 

This error is related to the Python version used by the SDK: currently 
gcloud requires Python version 2.7.x and there is experimental support for 
3.4 and up. You can check this by running the gcloud topic startup command 
on the CLI. Experimental support is what it says, so in this case you 
cannot deploy your app with CLOUDSDK_PYTHON set to python37. Things should 
progress towards full support; meanwhile, we should exercise patience. 

This situation should not prevent you from using whatever Python version 
you need for your project, and your app itself. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bab29fc7-e3bf-4f81-a2c6-7786f7962bf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: What is the expected output for app_identity.get_default_version_hostname()

2019-01-16 Thread 'George (Cloud Platform Support)' via Google App Engine
In reply to your first question, you are right: 
google.appengine.api.app_identity.app_identity.get_default_version_hostname() 
gets the standard host name of the default version of the app. For example, 
if your application_id is my-app, then the result might be 
my-app.appspot.com. You may check this on the 
"google.appengine.api.app_identity.app_identity module" page 

. 

In what concerns question 2), there does not seem to be a compelling need 
to programmatically obtain the custom name instead, as the standard host 
name and the custom one point to the same site, and can be used 
interchangeably. Mapping between custom ID has been performed by project 
owners, and the information should be readily available, even if not by 
means of an API call from your code. In other words, you are supposed to 
know your custom domain URL already. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6881f2b1-9f47-41ff-b7c8-3ed54d0d90e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: app.yaml not being recognized by my app

2019-01-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello David, 

What is your app's directory structure? What directory were you in, when 
running go run? What happens if you run dev_appserver.py app.yaml in the 
directory where your app.yaml resides? Is it ignored as well? You may refer 
to the "Serving Static Content" documentation page 

. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as setting up Go apps, you may be better 
served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fecde0ca-6369-48bd-8aae-94f0779b2138%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] GAE python 2.7 end of life

2019-01-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Joshua, 

The advantage of sending mail every day without incurring charges might not 
be lost: you can apply for a charity-related discount, or good cause 
exemption with the mail service providers, who might in fact be ready to 
help you to a similar discount. In any case, your personal exemption is not 
enjoyed by many others, who will be charged about the same amount for 
emails before and after the Python 2 end of life. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4be763fd-52bd-4cb1-bf5c-fb5cfaa19f0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Installing a 3rd party deb in App engine ?

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aswath, 

You are right, you cannot install software in GAE, as local system is not 
accessible, or writes are not persistent. Which environment do you refer 
to: Standard or Flexible?

In fact, you don't need to organize your own cron system, you can simply 
use Cloud Scheduler , a solution made 
for GAE, which does not require such set up effort as you seem to plan for. 

By contrast, you can do whatever you please and install your debs on a VM 
instance in Compute Engine . 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b4b36a39-6a85-4eb8-ad14-acdff09a8bfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: the Credentials oauth2client.contrib.appengine.StorageByKeyName creates are None

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
The method you mention is meant to retrieve a credential from Datastore: 

class oauth2client.contrib.appengine.StorageByKeyName(**kwargs) Bases: 
oauth2client.client.Storage Store and retrieve a credential to and from the 
App Engine Datastore.

Have you called the method this way? 

To access your Customer's Drive, you can use Google Drive APIs 
. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as using Google Drive APIs, you may be 
better served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 


-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3680ba5e-85ca-46af-a384-c9662326a7f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Craig, 

How did you prepare your build for deployment? You may refer to the 
"Deploying artifacts" sub-chapter 
of
 
the "Building, testing, and deploying artifacts" page. Are all steps listed 
on that document covered in your case; nothing left out? What happens if 
you provide image details, though, in place of expecting to have one 
assigned? 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/529efdcf-1675-441e-9ae7-852e6b91b76f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to connect Firebase Database from GOogle App engine

2019-01-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Linus, 

You are indeed missing the fact that one can't as yet use Datastore and 
Firestore in the same project, one needs to choose at the start which 
functionality and features suit one's project better. The way you migrate 
from Cloud Messaging to FCM seems a separate issue. You may find related 
details, and an FAQ list on the "GCM and FCM Frequently Asked Questions" 
documentation page . 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/14e6ecfd-0760-42c8-bdda-d4c57642e7c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dos, 

How did you deploy your app? What commands did you run? As a first step, 
you may consider running 'gcloud components update', and then try deploying 
again. 

If you run gcloud app deploy, what directory were you in? If you deploy 
again with gcloud app deploy --verbosity=debug, what is the output from 
this command? 

You may have a look at the Quickstart page 
 for 
reference. 

What is the output of gcloud info? 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/96689a3c-2b8f-458b-9f1f-ac2cb5c9e95d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to connect Firebase Database from GOogle App engine

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
It all depends on what you want to accomplish, exactly. You may have a look 
at "Using Firebase for Real-time Events on App Engine 
",
 
or "Integrate with Google Cloud Platform 
".  To get 
familiar with the subject, you may check Google Cloud Training 
 offerings, such as: Using 
Firestore with Cloud IoT Core for Device Configuration 
,
 
Firebase Web 
,
 
or Firebase SDK for Cloud Functions 

.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fb696778-b6d7-4425-90ce-db31dff4218f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE python 2.7 end of life

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Vitaly, 

In addition to sending email, SendGrid can receive email or make sense of 
the email you’ve already sent using webhooks. You may check related detail 
on the "Sending Emails with SendGrid" documentation page 
.
 
I am sure that most liked GAE services will be made available in a form or 
another with Python 3. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7d78b4e8-556a-48d8-a819-5897f0bca883%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE python 2.7 end of life

2019-01-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vitaly, 

Is there a special reason you can't re-program your app? Do you absolutely 
need to use GAE Mail service? The Mail service is not available in Python 
3. You need to use a third-party mail provider such as SendGrid, Mailgun, 
or Mailjet to send email. All of these services offer APIs to send email 
from applications.

The assumption you are being forced to stop using GAE is not realistic, you 
are most welcome using all GAE services to your liking. From the above 
example, about Mail service, there are solutions for other migration 
problems, and often the effort to implement them is not too intense. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5ef77a50-6d05-4aac-b679-35babfdde36b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Craig, 

You indicate how you run the gcloud app deploy command locally, not in 
Cloud Build. How does your Cloud Build deploy command look like? It should 
look like: gcloud app deploy 
--image-url=[HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] . How does yours look 
like, with project ID edited out? 

As this group is orientated towards general discussions and voicing of 
opinions, you should rather open a similar issue in the Public Issue Tracker 
, where it will get properly assessed, 
tracked, and fixed. 


-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0e3d35cc-a249-43b1-bafe-e1540f9f6872%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Cloud Tasks using Golang.

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find "A Go Task Queue Example" here 

. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b2d11024-59d2-43c7-88fc-9e4f9348cee6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: calling external web services from my NODEJS GAE APP

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
502 errors are generated when there was difficulty reaching a service, in 
your case this is likely caused by the outbound calls failing. Currently, 
there is no implementation of urlfetch for Node.js so you would have to use 
the standard HTTP library  or other 
libraries to issue HTTP requests. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as setting up proxies, you may be better 
served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ca9e8f95-02b8-4742-9fac-58bcdbb94dcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Error while deploying swift application

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Matt, 

What directory are you in, when you run the "gcloud app deploy" command? 
You are expected to be in the top-level directory, where the app.yaml 
configuration file is present. 

You seem to lack a directory, by reference to: 

TopLevelDirectory
  |- Package.swift
  |- Sources
   |- MyAppName
 |- MyAppNameSource1.swift
 |- MyAppNameSource2.swift

A directory named analogous to "MyAppName" seems to be missing. 

It may prove helpful, for the sake of investigation, to actually use the 
"path" property, as advised in the error message, and determine this way 
which path is missing. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ad40e7f3-d2bc-46c3-969d-7a21cae20813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Craig, 

How did you run the gcloud app deploy command? You have provided the output 
of the command, but not the command itself. You should edit out any 
sensitive information, such as project ID. 

Have you generated an app.yaml file in preparation? You may refer to the 
"Deploying to App Engine" sub-chapter 

 
of the "Using Container Registry with Google Cloud Platform" online 
document, for relevant information. 

What is the output of the same command with the --verbosity=debug 
parameter? 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d525616d-abce-4a28-9705-c02ca1268ef7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siva, 

You seem to refer to the "Get API Key" documentation page 
, or 
another App Engine documentation page. What is the use of referring to 
documentation without describing the problem you are faced with? Your link 
points to a Java course. If you offer such courses, this group is not the 
right place to promote these courses.  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/20c0a131-8f74-409b-965d-3cc00efda8da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE python 2.7 end of life

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
You are perfectly right, NP. Python 3 is made incompatible with 2, and 
Python 3 does not support quite a few features, and will require effort to 
re-program your app in an alternative manner. I was simply saying that 
often the effort is not enormous, and becomes worthwhile on the longer 
term. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e0a7642b-00cb-4e54-bb32-bd250da1c80c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE python 2.7 end of life

2019-01-08 Thread 'George (Cloud Platform Support)' via Google App Engine
The mentioned date is the end of support. Already deployed apps are not 
directly affected on an immediate time frame. On a longer term 
though, you'll have to migrate your code to Python 3 or delete it. The 
effort involved is not necessary enormous in each case, in a lot of cases 
this might take minutes. If you foresee, by contrast, considerable effort 
to migrate to Python 3, you should contact support and ask for specific 
help and possible transitional arrangements. Advice and custom-made tools 
should be expected, to alleviate the effort required by migration tasks. 
Most Python developers prefer Python 3, and there are considerable 
advantages in following suit. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b2724743-4323-4308-973b-2294191df6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, 

This seems to be a new question: how to detach mapping of your custom 
domain to your service. You did not mention this purpose till now. For a 
new question, it is better to open a new thread, but not in Groups. This 
forum meant for general discussion on the platform and its services, not 
technical matters. If you think you have noticed an issue with Google Cloud 
Platform, the place to open a new issue were the Public Issue Tracker 
. This is not the case, as you 
simply ask for advice. In your case, forums such as stackoverflow would be 
appropriate, where experienced programmers are ready to provide expert 
advice. 

To detach the mapping of your custom domain to your service, you can simply 
follow the advice provided in the "Deleting a custom domain" sub-chapter 

 
of the "Setting up a custom domain" document. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f9591bc0-fdb2-4342-9be0-f11a8fc2aa0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine PHP 7.3

2019-01-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello James, 

It is difficult to offer even an appropriate release date for PHP versions. 
Development speed is known to depend on many factors, testing results are 
not known in advance, and decisions might be taken in the last moment. 
Assuming you use App Engine Flexible, you'll need to still stay with PHP 
version 7.2 for now. What are the advantages of 7.3 that you find important 
for your application? What features are sorely needed, that only 7.3 
offers? A feature request needs the support of a well-motivated use case to 
prove its point and convince.  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cf264492-2716-408b-94d5-0e4293d6a451%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, 

Detailing the actions to be taken: 

1) redeploy your app with an empty application: you can read needed details 
on the "Deploying the Application" documentation page 

. 

2) create an app.yaml that uses only static files. You can check the 
"Configuring 
the app to use static files" sub-chapter on the "Serving Static Files" page 

. 

3) stop your app using thegcloud app versions stop: check gcloud app 
versions stop" page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d92c485f-9914-4794-bb0b-53156876a87c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Video on how to setup Google Compute Engine

2019-01-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Dos, 

You need to authenticate and set the default project: 

gcloud auth login
gcloud config set project PROJECT

As mentioned, you have done the right thing, opening issue 120953373. The 
advantage is now that you can follow developments and instructions in the 
issue itself; you don't need to post things in parallel here.

Documentation is provided mainly as text. What would be the use of video 
for the two above commands? It wouldn't even show the face of a person. The 
text in itself is self-explanatory, without video support. As in case of 
all new projects, reading documentation is unavoidable, and no amount of 
videos can supplant that. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/59a96c7a-17bf-4064-a1db-d7d1c954214b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: ImportError: No module named google.oauth2

2019-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
It looks like a library duplication issue. How did you install libraries? 
How did you install Cloud SDK? 

As a preemptive measure, you may consider uninstalling all Google packages 
from your local machine, then delete the lib folder in your GAE app folder, 
and re-create it. This being done, you should run:

pip install -t lib google-auth google-auth-httplib2 
google-api-python-client --upgrade 

Does this address your problem? 

You may consider reinstalling google-compute-engine (note the dashes, not 
underscores) using yum or pip. This step has proven successful in a series 
of similar situations. 

To enable a closer examination of your installation it may be advisable to 
run the following commands: 

gcloud components update

gcloud info

What is the output from these commands?

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c41eaee1-31d7-4625-95ab-22c98a3ab5b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nikos, 

You seem to want to stop your default service, which is not possible. This 
is why your button is greyed out. To stop this service, you need to redeploy 
your app with an empty application, and create an app.yaml that uses only 
static files. Once this is done, you can stop your app using thegcloud app 
versions stop VERSION_ID, where "VERSION_ID" is the version of the newly 
deployed empty application. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/eaac7e62-15ac-4477-98fb-96491d63231f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: When/Where to create index for Search API - Java

2019-01-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Akash, 

Do you refer to a Java web server in App Engine Standard Environment, or 
Flexible? Do you refer to a MySQL server running in Compute Engine? If it's 
Standard or Flexible, you don't have access to the local file system, so 
you cannot store anything. You can't install database instances on your 
file system in an instance of your server in App Engine. To reply to your 
question: the index should not be there, because you cannot write it 
locally in the first place. 

If, by contrast, you refer to a Cloud SQL instance, you don't have to worry 
about storing indexes locally to your Java web server, as the instance is 
not local, but runs on a Compute Engine VM.  

Do you plan to install MySQL on a Compute Engine VM? In that case, the 
index is stored by the VM, so is not local to your Java web server. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e7fce419-dfad-4a20-acbf-b69f9617ba41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Video on how to setup Google Compute Engine

2019-01-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dos, 

You have done the right thing, opening issue 120953373. Now you can follow 
developments and instructions in the issue itself. The Support Person has 
confirmed that the tutorial works as expected. There are other tutorials 
you may choose to follow, to round up your general knowledge of the Cloud 
platform. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as training yourself in Cloud Platform 
matters, you may be better served in dedicated forums such as 
stackoverflow, where experienced programmers are within reach and ready to 
help. The Public Issue Tracker is not meant to offer training, but to help 
recording and fixing actual Platform issues. As mentioned, you may find 
videos and other related GCE instruction material on the "Videos and 
Samples" documentation page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4ea39388-c220-4fbc-8294-bf43b73035f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: F1 instances now have 256MB memory?

2018-12-31 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jeff, 

You might have discovered a discrepancy in different documentation pages. 
Where did you see 256MB value being indicated? Not aware of any similar 
changes in F1 values right now. 

What would you like to upgrade to? What specific advantages are you looking 
for, with this prospective upgrade? 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5367b2d7-7086-476d-aef0-767b3390c53d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: APP Engine--Running the example of 'Export to Drive' has errors

2018-12-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Zi Yang, 

Have you attempted to follow the exact example from the site linked to, 
without stripping unnecessary code? If that works, you should strip code 
carefully, and gradually, in step-by-step fashion. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as removing unnecessary code, you may be 
better served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/026d72a0-d546-4bc6-b943-50af01d50dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Video on how to setup Google Compute Engine

2018-12-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dos, 

You may find videos and other related GCE instruction material on the 
"Videos and Samples" documentation page 
. A series of 
quick-starts is to be found on the "Getting Started with Google Cloud 
Platform" page  as well. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b9adf6cb-d23d-434a-9ada-eced09aaba81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: How can I use RedisLab with Java/Flexible environment?

2018-12-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Bao, 

The assumption is made here, being an App Engine discussion group, that you 
intend to connect to Redis from Java in Flexible Environment, as you 
indicate otherwise in your posting's title. The page 
 
first linked to, "Connecting to a Redis instance from an App Engine 
Flexible Environment application", has tags for Java on top of all text 
examples. You only need to select the Java tag to follow Java-specific 
examples. 

To use Redis outside App Engine, you may check Redis' own documentation. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d8f7c8dc-27ac-4eec-943e-b6231bbcdf43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 404 error

2018-12-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello William, 

Error 404 notFound indicates that either there is no API method associated 
with the URL path of the request, or the request refers to one or more 
resources that were not found.

You need to configure your app with app.yaml, to take into consideration 
the directory where your static files are stored. For reference, and 
examples, you may have a look at the "Serving Static Files" documentation 
page 
.
 
In this example, the directory in question is called "bootstrap". Page 
 
"Serving Static Files" for Standard Environment also holds valuable 
information. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b0e92fcb-1ba6-4bc0-b260-9a5629910a45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] http://docsstorybuilder.appspot.com/ and Python 2.5 Error

2018-12-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Version 2.5 of Python is not supported, as indicated earlier on the thread. 
You should start planning to migrate your app to supported versions. 
Depending on your preferred environment, this may be Python 2.7 or 3.6, or 
Python 3.7 beta runtime, as indicated on the "Python on Google App Engine" 
documentation page . 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/167493a5-ef73-4a07-ad64-0768895057b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cron Jobs failure

2018-12-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rodrigo!

Error 404 means that a resource was not found. Either there is no API 
method associated with the URL path of the request, or the request refers 
to one or more resources that were not found. It is worthwhile testing if 
you have access to the route for Cron, as defined in your app.yaml. This 
handler requires admin access. Are you properly authenticated when calling 
this handler from Cron? You may set up a test to verify that: 

# Handler for the pubsub cron.
- url: /publish/.*
  script: main.app
  login: admin
  secure: always

is still accessible. Page 
 
"Handler Testing For Python" may offer helpful hints on how to do so. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2f4b8b22-4bcb-4a83-badd-46060343ed3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Previous Project Target Details Fetched While Deploying Google App Engine App from within Eclipse

2018-12-25 Thread 'George (Cloud Platform Support)' via Google App Engine
You need to choose your project ID first, as indicated on the "Deploying 
App Engine Standard Applications from Eclipse" page 
. 

You seem to indicate that you still use Cloud Plugin for Eclipse. The 
Google Plugin for Eclipse (GPE) is obsolete and, in fact, no longer 
available. You should migrate to Cloud Tools for Eclipse, as detailed in 
the "Migrating from the Google Plugin for Eclipse" online document 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/137fddf2-34e2-4ba8-9367-ed407347b7d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google cloud storage "gsutil cp" does this command charge any cost? Is it a CLass A operation ?

2018-12-24 Thread 'George (Cloud Platform Support)' via Google App Engine
If you use one of these products, pricing is indicated separately, for each 
one: 


   - Cloud CDN , see Cloud CDN pricing 
   .
   - For CDN Interconnect 
   , see CDN 
   Interconnect 
   .
   - For Cloud Interconnect , see Cloud 
   Interconnect pricing 
   .
   - For Direct Peering 
   


Otherwise, pricing for copy operations is given in the "Operations" table 
on the "Cloud Storage Pricing" page 
.  

You are right, you are speaking about a class A operation, when running 
"gsutil cp"; it is storage.objects.copy, described in more detail on the 
"Objects: copy" documentation page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/46f3f4d5-f21b-48eb-a36d-24167445985a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How can I use RedisLab with Java/Flexible environment?

2018-12-24 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find related information on the "Connecting to a Redis instance 
from an App Engine Flexible Environment application" page 
. 
App 
Engine applications must be in the same region as the Redis instance and on 
the same network to be authorized to access the Redis instance. You can't 
connect to a Cloud Memorystore for Redis instance from App Engine standard 
environment applications.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d66e270d-5b59-4343-945b-c3c70b3edb45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: cloud shell - boost mode

2018-12-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rajesh, 

When you start Cloud Shell, it provisions a g1-small Google Compute Engine 
virtual machine running a Debian-based Linux operating system. There is no 
clearly-defined procedure to change this default behavior. You seem to need 
a higher instance. What is your exact need? How do you plan to use the 
higher instance? More detail is needed, than provided above, and a 
well-formulated and complete use case helps a lot in getting your issue, or 
feature request processed quickly and efficiently. 

This upgrade might in fact not be needed, as the g1-small instance 
offers bursting capabilities that allow instances to use additional 
physical CPU for short periods of time. Bursting happens automatically when 
your instance requires more physical CPU than originally allocated. This 
feature might address your needs. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6be6962a-b364-4dda-a1bb-50a8f6d89a87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud shell simply doesn't work

2018-12-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sergey, 

Are-you logged in properly in Console? Where do you run the Console, on 
which OS: Linux, Windows, Mac? Are you situated behind a company proxy or 
other similar setup? Did your cloud shell ever work? Is this the first time 
you tried launching Cloud Shell? What browser are you using? Does the issue 
disappear if you connect to the Internet differently, from a different 
network, if you run a different browser on a different OS?  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/269bf279-522d-4917-9426-aaf8ea73c463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Invalid Static JS Content Type on Google AppEngine Standard Environment

2018-12-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Ali, 

You mention Eclipse GCP plugin. Do you actually use the proper Eclipse GCP 
Plugin? Do you refer to the Tools for Eclipse? If you still use the 
unsupported GCP Plugin, it is advisable to migrate to the Tools, as 
indicated in the "Migrating from the Google Plugin for Eclipse" online 
document . Results may 
differ if you deploy through approved channels. If the error still 
persists, we'll investigate further. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6728ab44-17a4-4596-9fa0-c218b99f5036%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Background jobs in App engine Flex environment

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amit, 

You may refer to our reply to your twin posting. This runs like this: "If 
you want to use task queues in the Flexible Environment, a solution is 
already present: Cloud Tasks 
,
 
a task queue service for App Engine flex and second generation run-times. 
The Cloud Tasks Beta page  offers more 
practical 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+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3153826f-ef36-444d-9945-5cfce32c0575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Implementing Background Jobs in App engine Flex

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amit, 

If you want to use task queues in the Flexible Environment, a solution is 
already present: Cloud Tasks 
,
 
a task queue service for App Engine flex and second generation run-times. 
The Cloud Tasks Beta page  offers more 
practical 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+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8b9007ee-707b-401e-81d4-42157d373e67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Invalid Static JS Content Type on Google AppEngine Standard Environment

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ali, 

You seem to want to deploy a Java app. If this is the case, you must put 
your static served files within your app's webapp directory. After you 
choose a location for the static files, you must define their location in 
the appengine-web.xml file, using the  element. More detail 
can be gathered from the "Getting Started: Serving Static Content" 
documentation page. [1]

App Engine can serve static content such as HTML pages and media such as 
images. Static content is anything that will not be executed as JSPs or 
Servlets. 

How do you deploy your app? Is it with gcloud app deploy, Maven, or Gradle? 
A procedural description, in step-by-step fashion, would be appreciated. 

[1] 
https://cloud.google.com/appengine/docs/standard/java/building-app/static-content

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c3abff72-d163-4df3-9359-e471d5720cea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: GCP ARCHITECTS: GCF + GAE + CloudSQL ==commonlibrary??

2018-12-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yanay, 

What concerns your use-case: no web page, just trigger it with an HTTP 
call, I am happy to signal to you that the scenario maps closely, and seems 
well-suited for Google Cloud Functions. [1] You are encouraged to have a 
look, and ascertain this is what you were seeking. 

[1] https://cloud.google.com/functions/

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8f80a045-773d-46f6-bcc5-b54655a229c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-12-03 Thread 'George (Cloud Platform Support)' via Google App Engine
It is still better to report directly in the public issue you link to, 
where information may be kept confidential, and help is assured. If hello 
world deployed successfully, while your Django app failed, the issue seems 
to be associated with your app, not Cloud Platform. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c3da2b22-f504-4c65-badf-40e2d9867c72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google maps is going to put the nail in the coffin of a website I've developed

2018-12-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Richard, 

This Groups is dedicated to discussions related to Google Cloud Platform. 
In what concerns Google Maps pricing, you should use the feedback means 
offered on the "Google Maps Help" page 
. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c9183fad-86ba-4144-8d2e-a6dfb2db4415%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can't deploy changes in console: error response 13: An internal error occurred

2018-11-30 Thread 'George (Cloud Platform Support)' via Google App Engine
The best place to report this issue is the Public Issue Tracker, where you 
can be sure your posting will get deserved attention, and developments or 
solutions are all on thread. 

Your Cloud SDK seems to be up-to-date. Running gcloud components update may 
be still be worthwhile. 

We need the full --verbosity output: gcloud app deploy --verbosity=debug 
--no-user-output-enabled. 

Does this error happen each time you attempt deployment? Has deployment 
ever succeeded for your image.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/98160a90-c1c5-4b13-bdfd-666b5bbcd729%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to upload files to google app engine

2018-11-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Grant, 

You may check for replies and solutions on your other post 
 
in Groups. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df99e029-ce00-4b86-9fad-00cae005cd9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: PGP Encryption with PHP on App Engine

2018-11-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kyaw, 

Why do you need this extension? Encryption of at least equal level is 
already provided within App Engine. A feature request needs the support of 
a well-motivated use case to prove its point and convince. How do you plan 
to use the extension? A detailed u se-case, preferably in step-by-step 
format, should prove of great help to Engineering, for feature evaluation 
and eventual implementation. 

It may be worthwhile mentioning here that the OpenPGP standard is 
implemented in the Cloud Platform, so the need for another extension with 
similar functionality is less stringent. In this context, you may have a 
look at the "Encryption in Transit in Google Cloud" page 
.  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d66e3aee-aae3-4564-b353-e2b499362975%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Uploading files for App Engine website

2018-11-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Grant, 

How did you deploy your app and to which environment? Your attached 
app.yaml does not seem to present itself in yaml format, and contains a log 
excerpt. Do you want to deploy to the App Engine environment, or to an 
instance of Compute Engine? 

If your plan to deploy your app in the App Engine environment, you may have 
a look at the "Deploying a PHP App" online guide 

. 

By contrast, if your intention is to deploy to an instance of Compute 
Engine, you may check the "Running the PHP Bookshelf on Compute Engine" 
example 
, 
quite useful as replete with deployment details. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c2d0989e-b6c7-4cf1-a2a3-7c99264372dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: cron.yaml: is there a max limit to min_backoff_seconds?

2018-11-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mark, 

Your minimum retry interval for Cron is set to 2 minutes, and I have the 
feeling this is quite high, without any reasonable explanation to support 
my intuition. The expected value seems to be in the order of seconds. Three 
repeats for would imply 4 minute, 8 and then 16 minutes: quite a long time. 
What happens if you set the value of min_backoff_seconds to a few seconds, 
rather than a minute? It would be of interest to see if your value of 
min_backoff_seconds is then taken into consideration, or the minute repeat 
interval will be seen again in logs.  

If you'd like us to take a closer look at your issue, a copy of your app's 
code and Cron-related detail, together with relevant instructions is 
needed, in view of local reproduction of the error. This is better 
submitted by means of a similar issue in the Public Issue Tracker 
. This way, confidential details such as 
project ID can be safely transmitted, and you should be able to follow 
developments and solutions in the same thread. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e3d8758a-0b25-4e04-bf15-3aa9f12476fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, 

You app's logs shows errors similar to: 

methodName: "google.appengine.v1.Versions.CreateVersion"  

"status: {
   code:  3
   details: [
0: {
 @type:  "type.googleapis.com/google.rpc.BadRequest"  
 fieldViolations: [
  0: {
   description:  "Value "dist/\1$" must be a valid regular expression. 
Details: invalid escape sequence."
   field:  "version.handlers[0].static_files.upload_path_regex"
  }
 ]
}
   ]
   message:  "The request is invalid."
  }
 }
 receiveTimestamp:  "2018-07-30T10:03:55.483948799Z"  
 resource: {
  labels: {
   module_id:  "default"
   project_id:  "***"
   version_id:  "20180730t110349"
  }
  type:  "gae_app"   
 }
 severity:  "ERROR"  
 timestamp:  "2018-07-30T10:03:55.109Z"  
}

This seems to point towards an error in your code; worthwhile 
investigating. In any case, for a proper in-depth investigation, you are at 
an advantage posting your issue in the Public Issue Tracker 
. Confidential communication can easily 
be set up, to avoid publicly revealing details such as your project ID; you 
can easily follow all developments and solutions on thread. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ed90f45e-2e29-442b-9bbd-bad30a3c0f96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Error when deploying to Flex - Timed out waiting for the flex deployment to become network provisioned

2018-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Alexandre, 

It is difficult to offer support directly in this Group, as confidential, 
project-related information is needed to start investigating, and then 
progress is not always visible. You are at an advantage posting in the Public 
Issue Tracker , where, by the way, a similar 
issue  is already present. This 
might be caused by a temporary resource scarcity in the Cloud, or by errors 
in your app's code. It is difficult to say, without a more in-depth 
investigation. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/465460c2-51f8-4d88-932d-d1d8dcedfce8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, 

The error remains: "INFO: Previous default version is an automatically 
scaled standard environment app, so not stopping it. "Are you using manual 
scaling or automatic scaling in your app.yaml? If you're using manual 
scaling, App Engine will try to keep instances alive indefinitely until you 
manually shut them down. To avoid similar problems in future, you may 
choose automatic scaling instead. Right now, you should stop your default 
version manually, to help with correct deployment. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0a6d49d4-27de-458a-bd6d-aba2e990e0dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Python 3.7 service killed after exceeding memory limit

2018-11-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Is your Cron handler deployed in the Standard or Flexible Environment? You 
seem to use a B4 instance class. To determine whether the instance class is 
indeed at the origin of these errors, you may consider upgrading to a 
higher instance class, and see if this makes any difference, and if then 
the Cron handler runs as expected. 

Instance class is not the only parameter that comes into consideration. You 
handler may generate memory leaks, and you should verify your handler's 
code accordingly. The fact that your handler spawns a few threads, and 
downloads pages from various feeds, is in itself a variable and to some 
extent random parameter, as the handler's workload and required memory may 
vary unpredictably. Is there any difference in behavior if you limit the 
number of feeds and pages to download to a fixed total maximum? If you 
don't notice any difference at first, you may try again with a lower number 
of feeds, to finally determine if this parameter is a factor, and to what 
extent. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as tuning Cron handlers, you may be 
better served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a52ed893-e19d-4938-9616-1a5a087c634c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, 

You should be able to manage versions and set the default one in the 
Developers' Console, navigating to App Engine --> Versions, where you can 
stop the unwanted version and start the preferred one. You may read more on 
the "Testing and Deploying your Application" documentation page 

. 

More information becomes available if your run the verbose command: gcloud 
app deploy --verbosity=debug. 

What is the output of gcloud info?

A copy of your app.yaml configuration file would provide more insight as 
well. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5534b38f-c1a2-4de3-9e51-2966810ddab6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Dev env outputting HTML to console on error

2018-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Andy, 

There is no handy command to stop displaying error messages in case of 
error, as these messages are generally considered useful in debugging. You 
can scroll quickly through the Cloud Shell window with Ctrl-Shift-PageUp / 
Ctrl-Shift-PageDn (Windows and Linux) or Fn-Shift-Up / Fn-Shift-Down (on 
macOS). You can find more information on the "Using the Session Window" 
documentation page 
. If you find 
the reported situation worth modifying, you may open a feature request in 
the Public Issue Tracker , where it will 
get the right attention. PIT offers the advantage of enabling the tracking 
of issue progress, fixes and final feature request implementation notice. A 
well-formulated and complete use case helps a lot in getting the feature 
request processed quickly and efficiently. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d6cd24a4-dc1c-4cce-9bde-acd2dbe3803e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: nginx client_body_buffer_size increase

2018-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jörg, 

This is a warning, not an actual error. It is known to Developers, but 
there are no definite plans to address it in the near future. If you feel 
this is of importance to you, and a solution will address an actual problem 
you are affected by, you are encouraged to open a new issue in the Public 
Issue Tracker . 
A advantage of opening an issue there is traceability and certitude that 
Developers will have a look at it, evaluate and fix it in accordance with 
merit. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bfc22a51-110d-465f-8661-20e5392ad7ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: [flex] Is there a way to call the HTTPS URL in cron?

2018-11-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Paul, 

At the moment, there is no way to force cron to call to the HTTPS URL. 
There is already a feature request with similar contents in the Public 
Issue Tracker, called "cron.yaml - no option for https only 
". It offers some insight in 
the context of your request. You can follow this feature request for 
developments and eventual implementation. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7d3cf8df-0ab0-446b-bc24-047e4a815a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Domain Wide Delegation not working on 2nd generation GAE (Python 3)

2018-11-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marc, 

You seem to write on G Suite development matters; this forum is meant for 
Google Cloud Platform development. You may check the "G Suite Developer" 
page  for specific help. 

If you intend to develop on GCP indeed, you may have a look at the "Setting 
Up Authentication for Server to Server Production Applications" page 
, or, for user 
authentication, to the "Users Python API Overview" page 
,
 
depending on the appropriate use-case. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, you have taking the right approach, posting the 
issue in stackoverflow. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4644be87-1350-473b-a35e-4ac5abc4114b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: env: Flex ; runtime: Java ; with NodeJs ?

2018-11-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Henry, 

There is no clear estimate on an implementation date for Java 11. You can 
check the "Java on Google App Engine" page 
 from time to time. It would 
be counterproductive to provide guesses on issue dates, as these may change 
at the last moment, take longer, or need more testing, etc., all things 
difficult to predict. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2d9ebeaa-e08f-40ea-b3f0-b2112c0e3330%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: env: Flex ; runtime: Java ; with NodeJs ?

2018-11-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Deepak, 

It all depends on how do you plan to structure your app's services. If you 
opt for microservices, code can be deployed to these services 
independently, and different services can be written in different 
languages, such as Python, Java, Go, and PHP. You may gather more detail 
from the "Microservices Architecture on Google App Engine" documentation 
page 
,
 
as well as related postings outside official documentation, such as 
excellent contributions from Dan Cornilescu on stackoverflow: "Can I mix 
programming languages in a single appengine project? 
",
 
or "Deploying different languages services to the same Application 
".
 
However, you cannot mix different languages within the same microservice. 

What deployment concerns, you can have a look at the "Testing and Deploying 
your Application" documentation page 

 
for instructions and examples. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8c63d24c-00f8-4f11-90fa-c33248b65808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Does GAE support tags?

2018-11-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, 

Your latest specifications have been included in the same PIT issue 
 mentioned above, so you may 
monitor developments and fixes on the same thread. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f433c9e0-93db-4dd6-ae95-e86789fc28c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: What is the actual maximum number of versions?

2018-11-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nikhil, 

Your issue seems different from this thread's initial one. It is worthwhile 
treating it as a new issue, that depends on your project's situation and 
setup. Addressing it might require your project number, and other private 
details, that are only protected if you open a similar issue in the Public 
Issue Tracker . You should provide as 
much detail as possible on the erroneous behavior you noticed, when it 
started, if associated with other aspects, what you have tried as remedy, 
how do you try to update your app exactly, all step-by-step and in 
significant detail. In the Public Issue Tracker, your problem will get 
examined, assessed, and fixed in accordance with its impact, effects and 
eventual correlated errors. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/57c9e874-c91d-47ef-a5fd-738d5f7fe9d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Innovative idea

2018-11-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sivakumar, 

Would you like to see special search engines implemented, one for each 
profession? How would these search engines differ from one another? What 
advantages would a professional enjoy, when using the search engine 
dedicated to her/his profession? 

How would you define the fields supposed to blink when browser is 
right-clicked? What is list of fields you have in mind? What useful 
functionality should these fields offer? 

If this is a feature request, you are at an advantage posting your message 
in the Public Issue Tracker , where it 
can be assessed, evaluated and addressed in proper ways.

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a1af8ba6-e338-44cf-9a8b-1e3f0ade2f71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE Flex Nodejs deploy failing

2018-11-07 Thread 'George (Cloud Platform Support)' via Google App Engine
This is an ongoing issue  that 
is expected to be addressed very soon. You may follow developments and 
fixes in this thread. Your patience meanwhile is highly 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 it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/afbe2dc9-5d61-4e84-9e7e-676e965748d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE PHP deploy failing

2018-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Brad, 

Instead of CLI script, does calling this command from your code succeed? 
What happens if you use something in the line of: 

Route::get('/clear-cache', function() {
$exitCode = Artisan::call('cache:clear');
});

As mentioned, you are better off asking for coding advice in forums such as 
stackoverflow. 


-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dde87595-9e98-402e-b85e-a4926a9502df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: GAE Logger triggers StackOverflowError

2018-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, 

Providing statistics implies that parameters such as issue complexity and 
priority level are made publicly available. This is not the case. How would 
statistics provide more information than a simple parameter such as 
priority level? If the value of this parameter is, let's say, P4, one 
shouldn't expect resolution by tomorrow. For all issues, steps undertaken 
towards resolution are published on the thread, as well as various related 
decisions, as well as final resolution. This information should help you 
directly and specifically with setting expectations for your 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, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/94e09501-5b27-43ff-8f79-009ad74ed2db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE PHP deploy failing

2018-11-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Brad, 

Have you tried deploying our old app, prior to the simple code change that 
is only an UI tweak? Does it deploy without error? 

There are no issues with the service on the Google Cloud Platform, service 
is offered at usual parameters, so you should't be affected by any 
out-of-common situation. 

This discussion group is oriented more towards general opinions, trends, 
and issues of general nature touching the app engine. For coding and 
programming architecture, as well as setting up Redis, you may be better 
served in dedicated forums such as stackoverflow, where experienced 
programmers are within reach and ready to help. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9afe7f6b-d3dd-42a3-9ae3-d7f4068a88df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


<    1   2   3   4   5   6   7   8   9   >