[google-appengine] Nodejs Websockets with standard environment

2020-11-18 Thread Pierre Gouthéraud
you, Pierre. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web vi

[google-appengine] Re: Google Cloud Platform wants to hear from you

2020-04-21 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Jitendra, This thread was to discuss how new users could benefit from an improved experience using GCP. If you have specific inquiries on using App Engine, I suggest you open a new thread [1]. To address your question, you may create multiple App Engine services in a project, targeting

[google-appengine] Re: How to resolve google app engine latency?

2020-04-06 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
As mentioned in this documentation [1], in order for the ‘min_instances’ element to function properly, the application must also handle warmup requests so you may verify that this is the case in your implementation. You can refer to this reference [2] for guidelines on how to achieve this.

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

2020-03-20 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
e that : gcloud compute firewall-rules create > > Thank you so much for your help !! > Sarah > > Le mer. 18 mars 2020 à 17:33, 'Pierre-Yves (Google Cloud Support)' via > Google App Engine a écrit : > >> As previously mentioned, the "aef-instance" tag

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

2020-03-18 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
As previously mentioned, the "aef-instance" tag was probably not added prior to being referenced in the "app.yaml" file. Here is the documentation [1] on how to properly set the network settings in the configuration file, with an explanation on the "instance_tag" and "name" option. Here is how

[google-appengine] Re: Unable to delete project from Google Cloud Platform

2020-03-04 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Azeem, You may refer to this documentation [1] which outlines troubleshooting project deletion. One common issue relates to Cloud Endpoints services that are child resources under a project, blocking its deletion. To resolve this issue, delete the Endpoints [2] before you attempt to

[google-appengine] Re: Datastore contention errors after switching from DB to NDB Cloud

2020-03-03 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
] https://cloud.google.com/appengine/docs/standard/python/ndb/db_to_ndb [4] https://cloud.google.com/datastore/docs/concepts/limits On Monday, March 2, 2020 at 2:07:38 PM UTC-5, Remko Tronçon wrote: > > Hi Pierre-Yves, > > Thanks for your comments. I'm aware of what causes contention errors

[google-appengine] Re: Appengine Flex NGINX 504 time out - HELP PLEASE

2020-03-03 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Eduardo, Could you please post the full timeout error details, obfuscating any private information? Also, have you noticed what the exact timeout duration is in seconds, according to the logs? On Monday, March 2, 2020 at 11:48:38 AM UTC-5, Eduardo Lucas wrote: > > Hi Olu, > Thanks for

[google-appengine] Re: Datastore contention errors after switching from DB to NDB Cloud

2020-03-02 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Remko, Contention errors are usually observed when updating entities too rapidly, or when high read or write rates to lexicographically close documents. Since you recently changed the library to Cloud NDB, you may review this migration guide [1] which outlines key differences. One of

[google-appengine] Re: Cloud Build Error when deploying GAE

2020-02-25 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello Larry, Could you please provide the full console output after the re-try? This may provide a hint as to which files were unsuccessfully downloaded in the first try. On Tuesday, February 25, 2020 at 9:33:01 AM UTC-5, Larry Schiefer wrote: > > Our project uses GAE standard, auto-scaling,

[google-appengine] Re: REN-ISAC blacklists the whole of Appengine as a phishing site

2020-02-19 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
We appreciate the follow up Luca. On Wednesday, February 19, 2020 at 8:26:48 AM UTC-5, Luca de Alfaro wrote: > > REN-ISAC just told me that they will revert it in their next roll-out. > Thanks for being responsive. > > On Monday, February 17, 2020 at 10:23:41 AM UTC-8, Luca de Alfaro wrote: >>

[google-appengine] Re: REN-ISAC blacklists the whole of Appengine as a phishing site

2020-02-18 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hi Luca, Thank you for notifying us, we will look into it. On Monday, February 17, 2020 at 1:23:41 PM UTC-5, Luca de Alfaro wrote: > > Dear All, > > I recently have became aware that REN-ISAC is > blacklisting the whole of Google Appengine, classifying it as a

[google-appengine] Re: GAE Launcher no longer works

2020-02-12 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Awesome! On Wednesday, February 12, 2020 at 8:55:26 AM UTC-5, YN Κωαñ**政治 wrote: > > Thank you so much for your extremely helpful advice, Pierre-Yves. I've > successfully done it! > > > On Wednesday, February 12, 2020 at 2:52:20 AM UTC+8, Pierre-Yves (Google >

[google-appengine] Re: GAE Launcher no longer works

2020-02-11 Thread 'Pierre-Yves (Google Cloud Support)' via Google App Engine
Hello YN, There is a very approachable quickstart on installing the Cloud SDK along basic gcloud commands, which can be found here [1]. You can also refer to this documentation [2] on how to deploy via the gcloud command, ("gcloud app deploy"), which is also used to deploy a new updated

[google-appengine] Re: Python 3 standard environment data storage

2020-01-16 Thread 'Pierre-Yves Blain' via Google App Engine
Firestore in Datastore mode is indeed recommended for databases that will be used primarily by App Engine apps. Firestore in Native mode could also be an interesting option to look into as it represents the next major version of Datastore. You can take a look at the differences here [1] and

Re: [google-appengine] Design Advice

2020-01-14 Thread 'Pierre-Yves Blain' via Google App Engine
Is the Analytics API enabled? Also, was the service account email address used to add a user to the analytics account you want to access via the API? You can follow this detailed quickstart documentation [1] with explicit steps to accomplish the authorization. [1]

[google-appengine] Re: Is it possible for googleplex GAE to detect access from googleGuestWIFI and redirect to a custom page

2020-01-13 Thread 'Pierre-Yves Blain' via Google App Engine
You may look into exception handling, which is done at the code level. Here is some documentation [1] to provide some guidance (please note this is for webapp2 which might not be the web framework you use, but will point in the right direction) [1]

[google-appengine] Re: Hi, BlobstoreUploadHandler.get_uploads(field=fieldname) is not working at all

2020-01-08 Thread 'Pierre-Yves Blain' via Google App Engine
1- Please provide additional information about the context of your issue, and what you are trying to achieve 2- Please provide the full details of the error returned 3- Please provide the documentation that was followed to implement this "main.py" file On Wednesday, January 8, 2020 at 9:50:10

[google-appengine] Re: Connect custom domain to GAE application

2020-01-06 Thread 'Pierre-Yves Blain' via Google App Engine
I can see that "http://scholarity.in/; now returns a 200, is your issue fixed? On Monday, January 6, 2020 at 8:19:43 AM UTC-5, Mage Inventors wrote: > > I have successfully completed the steps 1 and 2 as mentioned in the App > Engine documentation. >

[google-appengine] Re: Controlling costs

2020-01-01 Thread 'Pierre-Yves Blain' via Google App Engine
A few things worth mentioning: 1- The "max_instances" element under "automatic_scaling" is a parameter that cannot be set in app.yaml if using 'appcfg'. This is why you were getting the deployment error, and is documented here [1]. You should instead set this specific parameter in the API

Re: [google-appengine] Re: domain is blocked

2019-12-02 Thread 'Pierre-Yves Blain' via Google App Engine
Hello, since your question requires more specific troubleshooting I would advise to post your inquiry on https://developers.google.com/issue-tracker. Google Groups is used to discuss higher-level concepts, where Issue Tracker is used for bugs and situations which require specific

[google-appengine] Re: How to send a task to a different service in Cloud Task (using python37 runtime)

2019-12-02 Thread 'Pierre-Yves Blain' via Google App Engine
There are 2 methods for explicitly defining a target service [1]: declaring in the task itself or routing all tasks in a queue. Setting AppEngineRouting in AppEngineHttpRequest is indeed the preferred method for routing specific tasks to other services. A few points are worth noting which may

[google-appengine] Re: Sign in chooser in GAE?

2019-11-26 Thread 'Pierre-Yves Blain' via Google App Engine
Could you bring some clarification as to where you would like the account switch to occur? If it is in a project's console, you can click on the top right corner of the console to switch accounts. Also, could you specify which elements of a session while logged in you would like carried over

Re: [google-appengine] Re: Unable to connect to deploy meteor app

2018-11-17 Thread Pierre Vinay
Thanks, I will do that ! Le ven. 16 nov. 2018 21:49, 'Dan S (Cloud Platform Support)' via Google App Engine a écrit : > Hello, >> >> You should get a better assistance in the Stack Overflow[1] since you >> have a technical issue and it will require troubleshooting. There, you >> should receive

[google-appengine] Re: Unable to connect to deploy meteor app

2018-11-12 Thread Pierre Vinay
Now I've the same erro that I had before I post : > node build.js || nodejs build.js make: Entering directory '/app/programs/server/node_modules/fibers/build' CXX(target) Release/obj.target/fibers/src/fibers.o ../src/fibers.cc: In static member function 'static void Fiber::DestroyOrphans()':

[google-appengine] Unable to connect to deploy meteor app

2018-11-11 Thread Pierre Vinay
Hello google world, It's been 15 hours (minimum...) that I am trying to deploy my meteor app on google app engine. I think I don't understand LOT of things... What I've done: _ download google apk gcloud _ ready for billing _ app created Where I'm stuck: When I deploy with this command: gcloud

[google-appengine] appengine-maven-plugin - Contributions accepted?

2013-11-18 Thread Simon-Pierre Gingras ArcBees
Hi everyone! I've recently started using the official, Google-branded appengine-maven-plugin in some of my GAE Java projects. I wish to move away from the widely-used (but still non-official) maven-gae-plugin. I've found a bug that I would like to be fixed. I'm wondering what are the

[google-appengine] GAE problem in Eclipse

2011-10-10 Thread Pierre-Henry Perret
Hello, A *maven * project , which compiles and runs, appears with resource path problem in the Eclipse IDE: ___ Description Resource Path Type Location The App Engine SDK 'C:\Users\Pierre\.m2\repository\com\google\appengine\appengine-api-1.0-sdk\1.5.4

[google-appengine] java.lang.VerifyError, When Writing Files to the Blobstore (Experimental)

2011-08-15 Thread Simon-Pierre Gingras
overrides final method getUnknownFields .* Could someone help me understand why this exception is thrown and/or how to overcome this issue? Thanks in advance! Simon-Pierre, Canada -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view

[appengine-java] Re: saxon on the GAE

2011-02-02 Thread Pierre
List, It appears that If you remove SAXONICA.SF and SAXONICA.RSA from the META-INF folder of the jar, it actually works. This may be relevant for other signed libraries... All the best, Pierre -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [google-appengine] Cannot seem to verified account through SMS

2011-01-26 Thread Pierre
Robert, Thanks for the quick answer. At this address: appspot.com/a/agh.edu.pl I don't find anything related to the GAE, nor to verify my account. Only Google apps. I guess I'll create a new Google account and take it from there. All the best, Pierre -- You received this message because you

[google-appengine] Cannot seem to verified account through SMS

2011-01-25 Thread Pierre
verified in this context? All the best, Pierre -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

Re: [appengine-java] Re: task queue

2010-08-11 Thread pierre dugalle
OK thanks for the link! 2010/8/11 David Sowerby david.sowe...@virgin.net Hi Julzin Seems like a popular theme, see: http://groups.google.com/group/google-appengine-java/browse_thread/thread/fbbbab71067d536b On Aug 10, 8:24 am, julzin pierre.duga...@gmail.com wrote: hi, I would like

[google-appengine] Uploading xml files to Datastore

2010-03-30 Thread Pierre-Luc Cloutier
Hello, I want to upload a bunch of xml files from my harddrive to the Datastore. Currently, I made a simple form : divtextarea name=FileName rows=1 cols=40XmlFile1/textarea/div divtextarea name=XmlDataToAdd rows=3 cols=40AddHere/textarea/div

[google-appengine] Re: Where are my GAE apps ?

2010-01-23 Thread Pierre
Everling jeverl...@gmail.com wrote: Hi Pierre, as far as I know, if you have registered your app with Google Apps you have to access it usinghttps://appengine.google.com/a/YOURDOMAIN.COM/ This means you should be able to access your app athttps://appengine.google.com/a/taskitnow.com I hope

[appengine-java] Re: Inherit one-to-many relationship

2009-12-15 Thread Pierre Lavignotte
Hi Max, I'm sorry but I missed your answer... Anyway, I just tryed with the 1.3.0 release that includes your fix and everything seems ok now. Thank you, Pierre -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group

[appengine-java] Inherit one-to-many relationship

2009-12-08 Thread Pierre Lavignotte
with the anotations ? Thanks, Pierre -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr

[google-appengine] Re: Datastore Model Design

2009-11-24 Thread Pierre Lavignotte
No one to help me with my model ? :'( -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Datastore Model Design

2009-11-20 Thread Pierre Lavignotte
database and use good old JOINs to generate my data ? I really would like to have the scalable facility from GAE... Hope my english is good enough so someone hunderstand what I mean ;) Thank you, Pierre -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: Jdo: detaching objects vs. merging transient objects

2009-11-10 Thread Pierre
ok i have to learn to read at the console. Here is my log : The server is running at http://localhost:8080/ 10 nov. 2009 18:00:24 com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE: [1257876024239000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC

[appengine-java] Re: Jdo: detaching objects vs. merging transient objects

2009-11-10 Thread Pierre
ok i have to learn to read at the console. Here is my log : The server is running at http://localhost:8080/ 10 nov. 2009 18:00:24 com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE: [1257876024239000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC

[appengine-java] Re: Jdo: detaching objects vs. merging transient objects

2009-11-10 Thread Pierre
ok i have to learn to read at the console. Here is my log : The server is running at http://localhost:8080/ 10 nov. 2009 18:00:24 com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE: [1257876024239000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC

[google-appengine] Re: Can´t create new apps

2009-02-26 Thread Romain Pierre
Same problem for me. Just use another browser (Safari, IE) or empty cache/cookies... Cordialement, Romain Pierre -- Nedelis SARL +33 (0) 607 308 909 www.nedelis.com Ce message et toutes les pièces jointes (ci-après le message) sont établis a l'intention exclusive de ses destinataires et sont

[google-appengine] Re: am I the only one seeing only one version of my application in the admin console?

2009-02-26 Thread Romain Pierre
Hello, Me too, but try to change the version in the app.yaml configuration file. Cordialement, Romain Pierre -- Nedelis SARL +33 (0) 607 308 909 www.nedelis.com Ce message et toutes les pièces jointes (ci-après le message) sont établis a l'intention exclusive de ses destinataires et sont

[google-appengine] Re: Google Maps and Google App Engine

2008-09-11 Thread Pierre
suggest you put a little javascript condition based on window.location to load one or the other key according to which page your visiting. Thus developement will be easy. Regards, Pierre On Sep 11, 5:53 am, Owen [EMAIL PROTECTED] wrote: Please forgive me if this is answered elsewhere but searching

[google-appengine] Re: Sample code of i18n on GAE+Django

2008-09-09 Thread Pierre
Hi Jiyu, This definitively works !! and Rocks !! ;-) Just tried in real world : - extract - run appcfg.py update webappi18n - browse -- Hello is transformed to Bonjour and that's pretty good ! Voilà ! Thank to you. Pierre On Sep 9, 6:41 am, A.TNG [EMAIL PROTECTED] wrote: Hi, I find

[google-appengine] Re: Datastore query limitations

2008-09-08 Thread Pierre
of real spatial DB. Regards, Pierre On Sep 7, 1:24 am, Peter [EMAIL PROTECTED] wrote: Cheers for that Baron. Geohashdoes look interesting. So a geo hash value for point A will always be less than the geo hash value of point B if point B has a smaller latitude or a smaller longitude

[google-appengine] Re: Sample code of i18n on GAE+Django

2008-09-07 Thread Pierre
compile-messages) - run ./dev_appserver Nothing ... ???/.§?§ No translation. Any hint ? Pierre On 7 sep, 04:12, A.TNG [EMAIL PROTECTED] wrote: On Sun, Sep 7, 2008 at 5:29 AM, Davide Rognoni [EMAIL PROTECTED] wrote: Yes you can :-) but I don't know where is the [button] to add files. I'm posting

[google-appengine] Re: Problems with Geohash / Inaccuracy / ow to deal with this ?

2008-09-05 Thread Pierre VANNIER
Mark a crit: Hi Pierre, take a look at the following link: http://github.com/davetroy/geohash-js/tree/master/README Creating an arbitrary bounding box may overlap Geohash 'fault lines' which can be very non-contiguous in terms of sorting. On Sep 4, 4:35pm, Pierre [EMAIL PROTECTED] wrote

[google-appengine] Re: I18N and google app engine

2008-09-05 Thread Pierre
happens. Missing something ? Any idea ? Pierre On 4 sep, 22:57, Pierre [EMAIL PROTECTED] wrote: Hi, Has anybody succeed in gettingi18nworking with gae ?(if yes, it could be useful to create some kind of tutorial because I haven't found much litterature about it when googling). I thought

[google-appengine] Re: I18N and google app engine

2008-09-05 Thread Pierre
Hi Takashi, I did it in Myapplication/setting.py, then restart server but translation isn't working. ? ~~~ Pierre On 6 sep, 04:24, Takashi Matsuo [EMAIL PROTECTED] wrote: Hi, Perhaps you can use django.middleware.locale.LocaleMiddleware. Check your settings.py. Here are my MIDDLEWARE

[google-appengine] Re: Problems with Geohash / Inaccuracy / ow to deal with this ?

2008-09-04 Thread Pierre
hashSW False hashPoi hashNE True I might be missing something but I thought : hash(SW) hashPoi hash(NE) How do you use it and do you find something different ? Regards, Pierre On 4 sep, 12:33, Ubaldo Huerta [EMAIL PROTECTED] wrote: Do you have a example of a point whose geohash value