Re: [google-appengine] Can I have two domains associated with one GAE project?

2019-04-09 Thread Qian Qiao
Yes you can. I have apps that have quite a few domains associated and saw
no issues.

On Tue, 9 Apr 2019 at 03:13, 'Mark Summerfield' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Say I have myproject.appspot.com and a domain www.oldsite.com that is
> associated with it (incl. a security cert. for TLS).
> Is it possible to _also_ associate www.newsite.com (again with a security
> cert.) so that both www.oldsite.com _and_ www.newsite.com both map to
> myproject.appspot.com?
>
> --
> 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/42075c81-9563-4e60-93a2-11301147bb0d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAD0evNQvGz%2B6HaYrUpXrB-z3GEFgZPgGeRx6HghmVAjCLG0JvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can I have two domains associated with one GAE project?

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

You could associate both both www.oldsite.com, as well as www.newsite.com 
to yourproject.appspot.com. Procedure to follow in both cases is given on 
the "Mapping Custom Domains" 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/13113b89-f1a0-4fcf-8e08-d6da78707011%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Contacts pop-up issue

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

Regarding the slow pop-up from Contacts, I imagine you refer to the pop-up 
that appears when you click one entry from the list of contacts at 
contacts.google.com. If this is the case, I cannot reproduce the issue: 
pop-ups are super fast on all browsers. 

You are right, this is the group dedicated to App Engine issues. For help 
on Gmail you should post in the appropriate forum, or contact G Suite 
support  directly. 

-- 
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/19824c70-fa86-4cfb-a95f-6909bcda91f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: SSL issues with Chrome 73.0.3683.86

2019-04-09 Thread ykarout via Google App Engine
Hello,

Clearing the cache may solve the issue. But if the issue persists, I 
recommend posting the error on Stackoverflow as it is better suited for 
technical issues.

You can also report this to the Chrome Team here 
 since 
there are no issues with other browsers.

-- 
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/16664a80-5b81-4a9c-a622-fca6e6fa806c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How long will the original App Engine SDK (Python 2.7) be supported?

2019-04-09 Thread Vitaly Bogomolov
Hi, Mark

If Google declare GAE Standard Python 2.7 as immutable (no development and 
improvement) and available in long term, I will start my new GAE projects 
at this platform with pleasure.

WBR, Vitaly

-- 
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/f01df8ac-ead4-40c4-b86d-746923deced3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: What does X-Google-Apps-Metadata: domain=gmail mean?

2019-04-09 Thread ykarout via Google App Engine
Hello Joshua,

>From doing some internal research:

1- X-AppEngine-Default-Namespace is the default namespace used by the Namespace 
API . 
It is only used for domain-restricted authentication. If your app is 
available to all gmail.com users, then it should be gmail.com unless a 
custom domain is specified.

2- X-Google-Apps-Metadata is used by the Users API 

 
to specify a Google Apps domain. For normal Google login, it is set to 
gmail.com.

-- 
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/91d74baf-215d-4b89-a987-7b7dbb3bc80e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I get a Python37 app working?

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

There doesn't seem to be a compelling need to test static content locally. 
In fact, tutorial 

 
"Hosting a static website on Google App Engine" does not list this local 
testing step in its procedure. 

-- 
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/9e52f48b-72b0-4dec-a862-5e1347fdd75e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How does Codelabs work during the Google I/O extended events ?

2019-04-09 Thread Fagbohun Omotayo
Hello, The Google I/O is happening on the 7th of May 2019, I will like to 
organise an extended event in my city, During the Google I/O extended 
event, I learnt there will be a Codelab as part of the agenda, The Codelab 
is a fun programming exercise. I will like to experiment with different 
exercises during the codelabs, Can you please share with me, exercise ideas 
for the Codelabs that is perfect for a Google I/O extended event putting 
into consideration timing,which is short.

-- 
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/01c3b8bf-ef52-4255-90ba-91d058be78f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: encoded keys in the app vs datastore viewer

2019-04-09 Thread dir Ls
I took the key in the datastore viewer and used the 
google.appengine.ext.ndb.Key(urlsafe=) api and I see it reconstructs the 
key properly with the kind and id. In addition, I see an app field for the 
key. But in the golang representation the Key struct doesn't have an app 
field. So if an app has multiple micro services one in golang and another 
in Python, and the encoded value is generated in one microservice and 
passed to another, will there be a problem? Is it possible to make them all 
use the same encoding?

On Sunday, April 7, 2019 at 3:16:05 PM UTC-7, George (Cloud Platform 
Support) wrote:
>
> The string representation of a key looks cryptic, but is not encrypted. If 
> you don't want to expose this data to your users, you may consider 
> encrypting these strings. 
>
> How do your app keys look like in your app, and why do you consider these 
> keys encrypted? A screen capture, with personal data highlighted out, would 
> help in this case, as for Datastore viewer. You may refer to the "Key 
> Class" documentation page 
>  
> for related 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/8523691e-afcf-48ae-bde4-9a66ed5a636e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: I am new to google datastore. Looking at mapping between entities (Java)

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

You seem to think along the lines of SQL databases. Cloud Datastore is a 
highly-scalable NoSQL database for your applications. Entities 
 in a Datastore 
mode database form a hierarchically structured space similar to the 
directory structure of a file system. When you create an entity, you can 
optionally designate another entity as its parent; the new entity is a 
child of the parent entity (note that unlike in a file system, the parent 
entity need not actually exist). An entity without a parent is a root 
entity. 

Your desired functionality may be realized by way if indexes 
. 

-- 
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/fa65d1f4-d3f5-4826-b2b8-750bd90eac96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: API and services - my project with google Drive - imported external accounts fail to access to my project

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

You refer to Google Drive and a server that might not be installed on a GCE 
instance. This discussion group is dedicated to App Engine. For issues 
related to Google Drive and G Suite, you are better served if posting in 
the appropriate discussion group, and contacting G Suite 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/5fb1b58f-21d5-4f9f-8d73-c9ec9fc8dcd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: form sends information but php no run.

2019-04-09 Thread 'George (Cloud Platform Support)' via Google App Engine
At this stage, more detailed information on your app's code is needed, and 
you project ID, with private details that are better handled in a proper issue 
tracker . You are encouraged to open an 
issue in the Public Issue Tracker , where 
it can be properly followed, addressed, and finally fixed, all in a way 
that secures your private 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/2f093c7d-fce5-458f-8011-7a0704618bbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to prevent sync bucket files from local cloud storage to server

2019-04-09 Thread ykarout via Google App Engine
Hello,

Files uploaded to Cloud Storage will be always be written to your bucket on 
the cloud regardless if done locally or deployed. There is no local 
environment for Cloud Storage.

You can follow this guide 
 to delete objects 
if needed.

-- 
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/5e4f512a-bfe0-4edc-b705-bcf492f2589e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Adding JSP support to Spring Boot project (java, flex, openjdk8, tomcat)

2019-04-09 Thread ykarout via Google App Engine
Hello Daniel,

I recommend posting the full error you are getting along with the other 
questions on Stackoverflow  as it is more 
suited for technical questions and will have better visibility. Google 
Groups is better suited for high-level conceptual and general discussions 
about Google Cloud products.

-- 
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/cf16f2c8-cc8b-48ab-8cc3-db78dfe847eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hong Kong GPU Availability

2019-04-09 Thread Derek Jarvis
Is there any documentation or announcement about when GPU instances will be 
available in each region? I'm specifically interested in an Hourly GPU VM 
hosted in Hong Kong (or possibly Mainland - but I know that's difficult)

-- 
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/91c543da-1fb2-47c1-888e-033b0551e010%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Contacts pop-up issue

2019-04-09 Thread Luke Douglas
0

I am really hoping someone with any sense at Google reads these group 
chats. I'm not sure this is the group but I could not find one for Google 
Apps Contacts.

Will someone please let the Google Apps development know that WE 
DESPERATELY NEED the option to use the old, classic Contacts detail 
display. The new pop-up simply sucks. It is slow and un-responsive. Yes! My 
browser cache is cleared. Yes! I have logged off and logged on. Yes! I have 
tried on Google Chrome, Firefox, and Edge, all updated to the most recent 
version. Yes! I have excellent internet with between 150 mbps and 175 mbps 
speeds.

Don't get me wrong. I like that Google tries new things but this is one 
thing that should be either restored back to the classic or, at the very 
least, provide an option where users can set the default contact detail 
view to the classic version.

I've been on Gmail since beta rollout and started on Google Apps around 
2014. I have emails in archives going back to Nov 2008! Email, Contacts and 
Calendar are critically important to my business. Email and Calendar are 
fine. But the new pop-up contact details simply has too much going on in 
the background to work efficiently when you had a very efficient function 
with the full screen display. And anyone who says they don't want their 
contact list to go away or have to use the back key...helloSHIFT / 
CLICK or CTRL / CLICK!

I can say without hesitation that an additional 1-2 hours per week is now 
added to my workload just waiting for the pop-up contact to respond. IT 
SUCKS!

-- 
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/0887f92f-d736-47c0-b50c-db693143495f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] send data from VM to laptop

2019-04-09 Thread Pengyuan Zhou


Hi, all

I'm familiar with the rule setting of GCP VM and could let traffic get 
through ingress port.


However, when I want to send data from the VM to my phone or laptop, even I 
already have a rule allowing data send to any ip from any egresss port, it 
still fails.


Any idea is appreciated.

Thanks.

-- 
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/fb5c0269-2c06-452a-b5bf-98e7420e5fdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I get a Python37 app working?

2019-04-09 Thread 'Mark Summerfield' via Google App Engine
It seems that it isn't possible to test static files locally, so I'm going 
to stick with the original Python 2.7 SDK.

-- 
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/6916cd1f-50b5-4cf6-aeb0-8490f10f33d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Can I have two domains associated with one GAE project?

2019-04-09 Thread 'Mark Summerfield' via Google App Engine
Say I have myproject.appspot.com and a domain www.oldsite.com that is 
associated with it (incl. a security cert. for TLS).
Is it possible to _also_ associate www.newsite.com (again with a security 
cert.) so that both www.oldsite.com _and_ www.newsite.com both map to 
myproject.appspot.com?

-- 
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/42075c81-9563-4e60-93a2-11301147bb0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.