[google-appengine] Google Analytics showing source/medium as appengine.google.com/referral for sessions using Google Sign-In

2015-07-15 Thread James Foster
I'm wondering whether anyone else is running into this and whether there is 
a workaround.

My site sends users through Google login using users.create_login_url 
https://cloud.google.com/appengine/docs/python/users/functions#create_login_url
 when 
they opt to sign in. At that point, Google Analytics seems to tag the 
session as a referral from appengine.google.com.

It's particularly disruptive, as it hinders my ability to measure results 
from AdWords.

Is anyone else encountering this, or is it something unusual about my 
setup? Has anyone managed to work around or resolve this?

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e1854f89-acd7-4d24-b6d9-cb3c27be59dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Go App Engine modified APIs

2015-07-15 Thread pedro mg
Thank you Glenn

-- 
@pedro_mg

On Wed, Jul 15, 2015 at 4:03 PM, Glenn Lewis gmle...@google.com wrote:

 For Go on App Engine questions, please use the Google group that is
 specifically for that topic:
 cc: https://groups.google.com/forum/#!forum/google-appengine-go

 We do not have an ETA for these features yet.

 Instead of runtime.RunInBackground, you can use internal.BackgroundContext
 https://github.com/golang/appengine/blob/master/internal/api.go#L252.
 There are other threads on the google-appengine-go mailing list about this
 if you want to see examples.

 As for the API error, there was a recent change
 https://github.com/golang/appengine/commit/bcfa7f27d2c3d83c7941564274e7797829a30f9e
 that hopefully solves this problem.  Please try updating with go get -u
 google.golang.org/appengine/... and see if that fixes the problem.

 -- Glenn



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALBTZJF-aCT99N_pC_mRF1TJJxm2qSDX67Gip648RJqheRsA0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Go App Engine modified APIs

2015-07-15 Thread 'Glenn Lewis' via Google App Engine
bcc: google-appengine

One clarification after re-reading what I wrote...  the recent API error
change is to hopefully make the matching of errors easier...
It will not actually change the frequency at which you may get errors.
I have not heard of any issues with Memcache lately...
If you need higher availability of Memcache, you may wish to consider
getting a Dedicated Memcache
https://cloud.google.com/appengine/docs/go/memcache/#Go_Configuring_memcache
.
-- Glenn

On Wed, Jul 15, 2015 at 8:03 AM, Glenn Lewis gmle...@google.com wrote:

 For Go on App Engine questions, please use the Google group that is
 specifically for that topic:
 cc: https://groups.google.com/forum/#!forum/google-appengine-go

 We do not have an ETA for these features yet.

 Instead of runtime.RunInBackground, you can use internal.BackgroundContext
 https://github.com/golang/appengine/blob/master/internal/api.go#L252.
 There are other threads on the google-appengine-go mailing list about this
 if you want to see examples.

 As for the API error, there was a recent change
 https://github.com/golang/appengine/commit/bcfa7f27d2c3d83c7941564274e7797829a30f9e
 that hopefully solves this problem.  Please try updating with go get -u
 google.golang.org/appengine/... and see if that fixes the problem.

 -- Glenn


 On Tuesday, July 14, 2015 at 8:13:05 AM UTC-7, pedro mg wrote:

 Hi,

 any idea on when appengine/runtime will be ported ? Any timeframe ?
 appengine/aetest, appengine/cloudsql and appengine/runtime have not been
 ported yet.


 https://github.com/golang/appengine#3-update-code-using-deprecated-removed-or-modified-apis

 runtime.RunInBackground(...) used appengine.Context as param, but on our
 updated app we now use context.Context.

 Also, we are getting API error 9 (memcache:  Memcache is temporarily
 unavailable) quite frequently.

 Thanks in advance,
 --
 pedro mg



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOepbTJ%2B3p7jg-%2BVQXwNYTnKM8wkEpD_X2NOt3ss56MiRUzG0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Unable to run ManagedVM Python tutorial on GCloud 0.9.68/Docker 1.7.1/app-engine-python 1.9.23

2015-07-15 Thread pdknsk
Downgrade to the previous Docker version. I already filed a bug about it 
some minute ago.

https://code.google.com/p/google-cloud-sdk/issues/detail?id=163

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/47bd4565-4b3b-4844-95ae-720d1521a83e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Unable to run ManagedVM Python tutorial on GCloud 0.9.68/Docker 1.7.1/app-engine-python 1.9.23

2015-07-15 Thread ingo
Hi,

I have been following the tutorial on Managed VMs in the docs 
https://cloud.google.com/appengine/docs/managed-vms/tutorial/step2. I 
installed boot2docker 1.7.1 on MacOSX 10.10.1. I confirmed that the 
installation was successful by running *boot2docker run hello-world* as 
described on https://docs.docker.com/installation/mac/. 

However, running *gcloud preview app run ./app.yaml* and *gcloud preview 
app deploy ./app.yaml* fails with an exception:

$ gcloud preview app run ./app.yaml

Module [default] found in file [/Users/ingo/git/managedvmtest/app.yaml]

INFO: Looking for the Dockerfile in /Users/ingo/git/managedvmtest

INFO: Looking for the default Dockerfile for runtime [python27]

INFO: Dockerfile for runtime [python27] is found in /Users/ingo/google-cloud
-sdk/lib/googlecloudsdk/appengine/dockerfiles. Copying it into application 
directory.

INFO 2015-07-15 17:01:45,643 application_configuration.py:399] No 
version specified. Generated version id: 20150715t170145

INFO 2015-07-15 17:01:45,643 devappserver2.py:762] Skipping SDK update 
check.

INFO 2015-07-15 17:01:45,800 api_server.py:204] Starting API server at: 
http://localhost:49447

/Users/ingo/google-cloud-sdk/platform/google_appengine/lib/requests/requests/packages/urllib3/util/ssl_.py:79:
 
InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain 
SSL connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.

 InsecurePlatformWarning

INFO 2015-07-15 17:01:45,923 api_server.py:629] Applying all pending 
transactions and saving the datastore

INFO 2015-07-15 17:01:45,923 api_server.py:632] Saving search indexes

Traceback (most recent call last):

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/dev_appserver.py, 
line 83, in module

   _run_file(__file__, globals())

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/dev_appserver.py, 
line 79, in _run_file

   execfile(_PATHS.script_file(script_name), globals_)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py,
 
line 1027, in module

   main()

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py,
 
line 1020, in main

   dev_server.start(options)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py,
 
line 817, in start

   self._dispatcher.start(options.api_host, apis.port, request_data)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/dispatcher.py,
 
line 193, in start

   _module, port = self._create_module(module_configuration, port)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/dispatcher.py,
 
line 278, in _create_module

   threadsafe_override=threadsafe_override)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py,
 
line 1539, in __init__

   super(ManualScalingModule, self).__init__(**kwargs)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py,
 
line 558, in __init__

   self._module_configuration)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py,
 
line 259, in _create_instance_factory

   module_configuration=module_configuration)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/vm_runtime_factory.py,
 
line 76, in __init__

   timeout=self.DOCKER_D_REQUEST_TIMEOUT_SECS)

 File 
/Users/ingo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/docker/containers.py,
 
line 742, in NewDockerClient

   client.ping()

 File /Users/ingo/google-cloud-sdk/./lib/docker/docker/client.py, line 
847, in ping

   return self._result(self._get(self._url('/_ping')))

 File /Users/ingo/google-cloud-sdk/./lib/docker/docker/client.py, line 
126, in _result

   self._raise_for_status(response)

 File /Users/ingo/google-cloud-sdk/./lib/docker/docker/client.py, line 
122, in _raise_for_status

   raise errors.APIError(e, response, explanation=explanation)

docker.docker.errors.APIError: 400 Client Error: Bad Request (client is 
too old, minimum supported API version is 1.12, please upgrade your client 
to a newer version)

*ERROR:* (gcloud.preview.app.run) DevAppSever failed with error code [1]

I have set the DOCKER environment variables in my .bash_profile

export DOCKER_HOST=tcp://192.168.59.103:2376

export DOCKER_CERT_PATH=/Users/ingo/.boot2docker/certs/boot2docker-vm

export DOCKER_TLS_VERIFY=1

.. and docker is running

$ boot2docker status

running

Is there an incompatibility between Docker 1.7.1 and the latest version of 
GCloud? Or am I missing 

[google-appengine] Re: My site scraped with app on appspot.com

2015-07-15 Thread Eduard Dimitrov
 To remove only app will not fix problem at all, man who made app must be 
banned or punished! Such a apps are used for black hat negative seo. 

четвъртък, 9 юли 2015 г., 10:38:21 UTC+3, Eduard Dimitrov написа:


 My full website is scraped with app on appspot.com.How and where to sent 
 notification to google?
 Url is: vivaciousp29.appspot.com/3dwebdesign.org


-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/478f185b-c181-4330-b5b3-fe5f9355ebca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pricing for a AngularJS front-end / Java backend app?

2015-07-15 Thread Tapir
The cost of AppEngine java projects is much larger than AppEngine golang 
projects. 
To avoid the cold start problem. java GAE project need more instances than 
golang projects, for golang projects have no the cold start problem.

Don't use java for your AppEngine projects.

- by an experienced GAE user

On Tuesday, July 14, 2015 at 12:26:18 PM UTC+8, Keith Chima wrote:

 1) If I wanted to host an app like this, would I need to pay .05*24*30 * 2 
 (instances) = $76 minimum per month for this, or are there key elements 
 that might fall under the free option? TBH it's a bit difficult for me to 
 understand.

 2) Do I need to do anything special to enable the Google App Engine CDN? I 
 aggregate articles and display the picture (through a URL, not stored 
 locally) cropped and scaled down to a 70x70 icon. Can the CDN help serve 
 smaller icons instead for this dynamic content?

 Thanks very much,
 -Keith Chima


-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0fba8358-84f8-4009-905e-1bbf9d81489f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: My site scraped with app on appspot.com

2015-07-15 Thread Mihail Popov
Hello, 
I have same problem, and i also report this app but today i see that it 
still working.Plaese take attention about this, as i have lost more than 30 
percent of my indexed pages!!I can't understant how this app can still be 
on google appspot.com. Please open home page of this app and try to do 
something, i can't find anything working on this app, it's build to damage 
others sites!!!
Report it 2 times and still have no answer.Please take action as soon as 
possible!
Thank you

On Thursday, July 9, 2015 at 9:08:14 PM UTC+3, Patrice (Cloud Platform 
Support) wrote:

 Hi Eduard,

 To report such an application and get us investigating, the proper form is 
 here https://support.google.com/code/contact/cloud_platform_report?rd=2. 
 The proper team will receive notification of this and take action as 
 necessary.

 Thank you for your report here.

 Cheers! 

 On Thursday, July 9, 2015 at 4:38:31 AM UTC-4, Eduard Dimitrov wrote:


 @glimmung, is not a proxy, is scrped content - full site structure is 
 copied but is changed to working relative urls. And this content is indexed 
 and produce 100% duplicate content, you can see it in Google SERP.



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c9d227fc-fa5d-47db-9b5e-e6d87058a5c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 503 errors uploading to GCS via blobstore API

2015-07-15 Thread husayt
Jeff, I forgot about my pains with cloudstorage after finding Cloudberry's 
explorer for GCS.
http://www.cloudberrylab.com/free-google-storage-explorer.aspx

It's a must if you need to access your files regularly in a efficient way.

PS. I am not anyway affiliated with them. Just know the pain of standard 
GCS tools.

On Sunday, July 12, 2015 at 7:43:46 PM UTC+1, Jeff Schnitzer wrote:

 Thanks! That seemed to get things working. I actually never noticed the 
 little dropdown menu that let me set up bucket-specific ACLs - I thought 
 Joe was referring to the Permissions project page (sorry Joe).

 However, this permission is not present on my older, working appids... 
 something is broken somewhere.

 Jeff

 On Sun, Jul 12, 2015 at 6:58 AM, Michael David Pedersen 
 michael.d...@googlemail.com javascript: wrote:

 I encountered this issue too, but Joe's suggestion to add the app to the 
 GCS bucket's permissions resolved it for me.

 To be specific, I added a new User entity with name 
 app...@appspot.gserviceaccount.com javascript: and with Owner 
 access to the app_id.appspot.com bucket, via 
 console.developers.google.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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9b44eaf1-9ab4-4b53-a6f4-ac02a9840a3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Doubts about credentials and permissions

2015-07-15 Thread Kristian Koci
Hi, I'm deploying and android endpoint into GAE.

I'm the owner of the project with another 2 people, they are part of my 
team.

One of them, it's the guy who used the credit card, to unblock the GAE 
features, the 60 day 300 dollars thing.

Now, He unblock that feature with his account, being an owner of the 
project in GAE, I'm owner too, but the message about having a free trial on 
the platform are still appearing to me.

How can I use my app if this has already unblocked, I mean why I still see 
that message? It appears kind of blocked to me...

This is the app address: http://shairlook1.appspot.com

Thank you.

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2eef1245-8772-4648-a841-c80d2c46b952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 503 errors uploading to GCS via blobstore API

2015-07-15 Thread Jeff Schnitzer
Cool. My needs are strictly programmatic, but I'll keep that in mind for
the future.

Jeff

On Wed, Jul 15, 2015 at 5:13 AM, husayt hus...@gmail.com wrote:

 Jeff, I forgot about my pains with cloudstorage after finding Cloudberry's
 explorer for GCS.
 http://www.cloudberrylab.com/free-google-storage-explorer.aspx

 It's a must if you need to access your files regularly in a efficient way.

 PS. I am not anyway affiliated with them. Just know the pain of standard
 GCS tools.

 On Sunday, July 12, 2015 at 7:43:46 PM UTC+1, Jeff Schnitzer wrote:

 Thanks! That seemed to get things working. I actually never noticed the
 little dropdown menu that let me set up bucket-specific ACLs - I thought
 Joe was referring to the Permissions project page (sorry Joe).

 However, this permission is not present on my older, working appids...
 something is broken somewhere.

 Jeff

 On Sun, Jul 12, 2015 at 6:58 AM, Michael David Pedersen 
 michael.d...@googlemail.com wrote:

 I encountered this issue too, but Joe's suggestion to add the app to the
 GCS bucket's permissions resolved it for me.

 To be specific, I added a new User entity with name 
 app...@appspot.gserviceaccount.com and with Owner access to the 
 app_id.appspot.com bucket, via console.developers.google.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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADK-0uhFhUvakaLBfieopWLnffYUO8xvgtsVo%2B77nxa626LNVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] MapReduce not stopping MR controllers when completed - frontend charges increasing in bill

2015-07-15 Thread 'Tom Kaitchuck' via Google App Engine
I think this may be your problem:
https://github.com/GoogleCloudPlatform/appengine-mapreduce/issues/69

On Wed, Jul 15, 2015 at 9:03 AM, Camilo Silva camilo.si...@citrix.com
wrote:

 So I've been working on Map Reduce Google library for quite a while on
 some Python App Engine projects. And to this day, I cannot comprehend why
 there are mrcontrollers alive doing callbacks everytime right after all
 processing is done (i.e., all shards terminated successfully). I always
 have to go back and purge the taskqueue so that unnecessary frontend calls
 are stopped -- this is an issue because the billing is affected due to
 this.
 Any feedback is welcomed.
 Thanks for your 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 http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/cc62f26e-8277-422e-968b-2dd5e662c17a%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/cc62f26e-8277-422e-968b-2dd5e662c17a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAN4PiZF1otn%3DyhOk_Dfy5C85LBrEjwWdDpGJwa7PjP-OQ9dwcg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Pricing for a AngularJS front-end / Java backend app?

2015-07-15 Thread Patrice (Cloud Platform Support)
Hi Tapir,

GREAT contribution, thank you for your input.

It is true that golang has less issues starting quickly, and generally uses 
less resources, so it does indeed come out cheaper. Especially now that Go 
has been taken out of Beta, it's even better news!

Cheers

On Wednesday, July 15, 2015 at 6:26:01 AM UTC-4, Tapir wrote:

 The cost of AppEngine java projects is much larger than AppEngine golang 
 projects. 
 To avoid the cold start problem. java GAE project need more instances than 
 golang projects, for golang projects have no the cold start problem.

 Don't use java for your AppEngine projects.

 - by an experienced GAE user

 On Tuesday, July 14, 2015 at 12:26:18 PM UTC+8, Keith Chima wrote:

 1) If I wanted to host an app like this, would I need to pay .05*24*30 * 
 2 (instances) = $76 minimum per month for this, or are there key elements 
 that might fall under the free option? TBH it's a bit difficult for me to 
 understand.

 2) Do I need to do anything special to enable the Google App Engine CDN? 
 I aggregate articles and display the picture (through a URL, not stored 
 locally) cropped and scaled down to a 70x70 icon. Can the CDN help serve 
 smaller icons instead for this dynamic content?

 Thanks very much,
 -Keith Chima



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/216c2be0-9878-4c2d-b868-e4e794fe794e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to find Nearest Google Compute Engine Zone

2015-07-15 Thread Patrice (Cloud Platform Support)
Hi Azfaal,

This should probably end up on our Google Compute Engine group, not our App 
Engine one. I will forward your request to the appropriate group, where the 
Compute Engine team will be happy to help you!

No need for you to do anything, I will send your message to their forum, 
and when they answer you will be notified.

Cheers!

On Tuesday, July 14, 2015 at 11:52:49 PM UTC-4, Afzaal Hamzah wrote:

 How can i find the latency from my location to Google zone before 
 deploying an instance. 


-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/822c24f1-49e7-483a-a46e-4da4622633de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] MapReduce not stopping MR controllers when completed - frontend charges increasing in bill

2015-07-15 Thread Camilo Silva
So I've been working on Map Reduce Google library for quite a while on some 
Python App Engine projects. And to this day, I cannot comprehend why there 
are mrcontrollers alive doing callbacks everytime right after all 
processing is done (i.e., all shards terminated successfully). I always 
have to go back and purge the taskqueue so that unnecessary frontend calls 
are stopped -- this is an issue because the billing is affected due to 
this. 
Any feedback is welcomed. 
Thanks for your 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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cc62f26e-8277-422e-968b-2dd5e662c17a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: will my domain still work after migration?

2015-07-15 Thread saintthor
thank you for the good news.

cheers.

在 2015年7月15日星期三 UTC+8下午11:10:37,Patrice (Cloud Platform Support)写道:

 Hi again sainthor,

 I just doublechecked to be 100% sure, and turns out that if you setup an 
 alias from your old application to your new one, it will migrate the domain 
 as well. Sorry for the confusion.

 Cheers!

 On Tuesday, July 14, 2015 at 10:37:31 AM UTC-4, Patrice (Cloud Platform 
 Support) wrote:

 Hi sainthor

 Thank you for your feedback, we always appreciate such comments as they 
 help us improve our services and offerings.

 You can definitely make a full fledged Feature Request on our Issue 
 Tracker https://code.google.com/p/googleappengine/issues/list, where 
 we will update the request with our progress on it. By no means is it 
 necessarily a guarantee that your feature will be implemented, but posting 
 it there will let you track it more easily.

 Cheers!

 On Monday, July 13, 2015 at 12:07:20 PM UTC-4, saintthor wrote:

 thank you.

 i am so sad to get this. to set domain via apps is such a terrible 
 matter. why can't i set domain directly to my app just like what to do in 
 openshift?

 在 2015年7月13日星期一 UTC+8下午11:03:21,Patrice (Cloud Platform Support)写道:

 Hi,

 as far as I know, yes you will have to reset the link between your 
 domain and the new app, as the new app doesn't keep any configs from the 
 old one.

 Cheers!

 On Saturday, July 11, 2015 at 9:06:00 AM UTC-4, saintthor wrote:


 i have a domain pointing to the old app. when i migrate it to the new 
 app, must i set the domain in google apps again?



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d17a3d70-7f02-4658-8eff-b754c6cd91a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: in migration, data copied, but can't see the finish button.

2015-07-15 Thread saintthor
thanks.

在 2015年7月14日星期二 UTC+8上午12:17:25,Ryan (Cloud Platform Support)写道:

 You should fill out this form 
 https://cloud.google.com/appengine/docs/deprecations/ms_datastore. This 
 will put you in contact with a Tech Support agent who can look further into 
 this for you.

 On Sunday, July 12, 2015 at 5:19:29 AM UTC-4, saintthor wrote:

 i am migrating the oldapp to the newapp.

 in the page https://appengine.google.com/migrating?app_id=oldapp, it 
 tells me 

 ==
 Waiting to activate read-only. See below... 
 ==

 i choose Launch Incremental Copy, syncing stars. then i get a email 
 telling me 

 ==
 This message is to inform you that the current phase of your High 
 Replication
 migration has completed.  Please visit
 http://appengine.google.com/migrating?app_id=djdqbbs to continue your
 migration.
 ==

 i return to the link address. but the page return to the last step that 
 tells me
 ==
 Waiting to activate read-only. See below... 
 ==

 why?

 there should be a Finish Migration button.

 now, my data is copied, the newapp works. but the oldapp is still there. 
 how to set the oldapp name as an alias to the newapp?
 http://appengine.google.com/migrating?app_id=djdqbbs



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4a21b070-0259-47c3-9d04-9db35c605827%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Quotas maxed, app nearly dormant. Looking for troubleshooting pointers! Thanks.

2015-07-15 Thread Patrice (Cloud Platform Support)
Hi Tom,

Thank you for letting us know! Always happy to help.

Cheers

On Tuesday, July 14, 2015 at 5:11:55 PM UTC-4, Tom Mitchell wrote:

 Thanks to you both for responding. This must be what I was seeing because 
 I didn't really change anything and things are more as I would expect.

 Thanks again.

 On Tuesday, July 14, 2015 at 11:33:14 AM UTC-4, Patrice (Cloud Platform 
 Support) wrote:

  Earlier today, a number of users observed incorrect usage statistics 
 being displayed by the App Engine dashboard in the Google Cloud Developer 
 Console.  Some resources, especially Frontend Instance Hours, were shown 
 with unrealistically elevated usage.

 The dashboard has been returned to normal operation and our engineers are 
 investigating to find and fix the root cause of the issue.  So far, the 
 results of our investigation indicate that the issue was purely cosmetic, 
 with no elevated billing or quota denials to any user application.  If your 
 application encountered quota denials because of this issue, if you later 
 observe elevated resource billing in your invoice for this month, or if you 
 are still observing unrealistic usage in the App Engine dashboard, please 
 notify Google Cloud Platform Support.

 On Monday, July 13, 2015 at 6:41:38 PM UTC-4, pdknsk wrote:

 If the app is not actually having quota denials, I wouldn't worry about 
 it. Probably just a glitch in the dashboard. The true authoritative quota 
 numbers will be in the usage report for today, posted tomorrow.



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/164708c1-4b60-42e8-b456-d4f6cff5d241%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Go App Engine modified APIs

2015-07-15 Thread Glenn Lewis
For Go on App Engine questions, please use the Google group that is 
specifically for that topic:
cc: https://groups.google.com/forum/#!forum/google-appengine-go

We do not have an ETA for these features yet.

Instead of runtime.RunInBackground, you can use internal.BackgroundContext 
https://github.com/golang/appengine/blob/master/internal/api.go#L252. 
 There are other threads on the google-appengine-go mailing list about this 
if you want to see examples.

As for the API error, there was a recent change 
https://github.com/golang/appengine/commit/bcfa7f27d2c3d83c7941564274e7797829a30f9e
 
that hopefully solves this problem.  Please try updating with go get -u 
google.golang.org/appengine/... and see if that fixes the problem.

-- Glenn


On Tuesday, July 14, 2015 at 8:13:05 AM UTC-7, pedro mg wrote:

 Hi, 

 any idea on when appengine/runtime will be ported ? Any timeframe ? 
 appengine/aetest, appengine/cloudsql and appengine/runtime have not been 
 ported yet.


 https://github.com/golang/appengine#3-update-code-using-deprecated-removed-or-modified-apis

 runtime.RunInBackground(...) used appengine.Context as param, but on our 
 updated app we now use context.Context.

 Also, we are getting API error 9 (memcache:  Memcache is temporarily 
 unavailable) quite frequently. 

 Thanks in advance, 
 -- 
 pedro mg


-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/35f55106-d138-4e0c-af8f-e0dbd4350176%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: will my domain still work after migration?

2015-07-15 Thread Patrice (Cloud Platform Support)
Hi again sainthor,

I just doublechecked to be 100% sure, and turns out that if you setup an 
alias from your old application to your new one, it will migrate the domain 
as well. Sorry for the confusion.

Cheers!

On Tuesday, July 14, 2015 at 10:37:31 AM UTC-4, Patrice (Cloud Platform 
Support) wrote:

 Hi sainthor

 Thank you for your feedback, we always appreciate such comments as they 
 help us improve our services and offerings.

 You can definitely make a full fledged Feature Request on our Issue 
 Tracker https://code.google.com/p/googleappengine/issues/list, where we 
 will update the request with our progress on it. By no means is it 
 necessarily a guarantee that your feature will be implemented, but posting 
 it there will let you track it more easily.

 Cheers!

 On Monday, July 13, 2015 at 12:07:20 PM UTC-4, saintthor wrote:

 thank you.

 i am so sad to get this. to set domain via apps is such a terrible 
 matter. why can't i set domain directly to my app just like what to do in 
 openshift?

 在 2015年7月13日星期一 UTC+8下午11:03:21,Patrice (Cloud Platform Support)写道:

 Hi,

 as far as I know, yes you will have to reset the link between your 
 domain and the new app, as the new app doesn't keep any configs from the 
 old one.

 Cheers!

 On Saturday, July 11, 2015 at 9:06:00 AM UTC-4, saintthor wrote:


 i have a domain pointing to the old app. when i migrate it to the new 
 app, must i set the domain in google apps again?



-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5e2d1983-25f7-4ea9-9993-c6fa214e62ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.