[google-appengine] Second gen GAE Python 3.7 > Cloud SQL - MySQL

2018-09-11 Thread Frank Heinen
Does someone know how to connect to Cloud SQL - MySQL DB from a new Second generation App Engine with Python 3.7? The documentation of Google seems incomplete here at the moment. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: GAE java8 switch by simply putting runtime java8 fails:

2018-01-06 Thread Frank Nestel
Thx, just found it these days. That helped. I am not really using Endpoints API, but I once used v1 to get the first code samples on GAE .. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

Re: [google-appengine] Java8 on standard: need to migrate off Endpoints v1?

2017-09-26 Thread 'Frank Natividad' via Google App Engine
Hi Charles, I'm curious about the different experiments performed with Endpoints Frameworks v2. Could you tell us more about that? Thanks! On Friday, September 22, 2017 at 8:32:01 AM UTC-7, Charles Capps wrote: > > Hi Nico, > > It's a straightforward process if you use the Jersey Servlet

[google-appengine] GAE java8 switch by simply putting runtime java8 fails:

2017-09-17 Thread Frank Nestel
My tiny app usually displays no errors at all, below exceptions look all bad and happen every 20 seconds with a unused version: Here is the log link

Re: [google-appengine] GAE Endpoints: Mismatch between built and expected exploded directory on gradle deploy

2017-06-30 Thread 'Frank Natividad' via Google App Engine
Jonas if you're still having this issue. I was able to fix this by modifying the *backend/backend.iml * *Change:* To: On Thursday, May 25, 2017 at 7:16:18 PM UTC-7, Jonas Hartmann wrote: > > Via Android Studio -> Build -> Deploy Module to App Engine... > > > On Friday, May 26, 2017 at

[google-appengine] Re: Migrating from Endpoints v1 to v2 for AppEngine

2017-03-03 Thread 'Frank Natividad' via Google App Engine
/endpoints/docs/frameworks/java/quickstart-frameworks-java On Tuesday, February 21, 2017 at 6:01:24 PM UTC-8, Frank Natividad wrote: > > Hi Paul, > > Sorry to hear you had a problem trying to run our sample locally. I'm > looking into it now. > > > > On Tuesday, Febr

[google-appengine] Re: Migrating from Endpoints v1 to v2 for AppEngine

2017-02-21 Thread 'Frank Natividad' via Google App Engine
Hi Paul, Sorry to hear you had a problem trying to run our sample locally. I'm looking into it now. On Tuesday, February 21, 2017 at 1:51:47 PM UTC-8, Paul Mazzuca wrote: > > After doing a gcloud update, and mvn clean package, and running mvn > appengine:run with Java 7, I receive the

[google-appengine] Using google cloud datastore emulator with dev_appserver

2016-07-29 Thread Frank Wilson
own machine. e.g. I'd like to populate the local datastore of my appengine database on my own machine using google cloud dataflow direct pipeline runner. Thanks, Frank [1] http://stackoverflow.com/questions/38585619/using-google-cloud-datastore-emulator-with-dev-appserver -- You received

[google-appengine] Re: images usage patterns

2016-07-04 Thread Frank Grossman
Thank you Nick, I made a routine to refresh URLs. Looks like the stale one were all from back in 2010. I will look at Cloud Storage for a future port. Frank -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] images usage patterns

2016-06-23 Thread Frank Grossman
I have a question using the google.appengine.api.images api. I current generate a URL using images.get_serving_url when I upload an image. I then store the URL in the datastore along with the Blob key. I then just use the URL for displaying all the images. This website has been up for years

[google-appengine] Loading custom libraries with appengine_config.py

2015-04-01 Thread frank . wilson
or whether my app needs to change. Thanks, Frank [1] https://cloud.google.com/appengine/docs/python/managed-vms/ -- 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

[google-appengine] Re: Google App Engine Task Queue: googleapi: Error 500: Backend Error

2014-08-26 Thread Frank Ren
Hi Did you solve your problem? I got the same problem... Just solved it by supplying to request body a property, queueName, which is not documented. Frank, yet another :) On Tuesday, November 19, 2013 12:49:00 AM UTC+8, Frank Blechschmidt wrote: Hey :) I've defined a pull queue for my app

[google-appengine] App Engine dev server: bad runtime process port [''] No module named google.appengine.dist27.threading

2014-01-13 Thread Tianxiang Frank Zhang
When I try to run any of my app engine projects by python GoogleAppEngineLauncher I got the error log as follows: Does anyone have any ideas of what's going on? I tried remove the SDK and reinstall it. Nothing happens. Still got the same error. Error log: bad runtime process port ['']

[google-appengine] Google App Engine Task Queue: googleapi: Error 500: Backend Error

2013-11-18 Thread Frank Blechschmidt
/appengine/docs/go/taskqueue/rest/tasks/insert It responses: 500 Internal Server Error - Show headers - { error: { errors: [ { domain: global, reason: backendError, message: Backend Error } ], code: 500, message: Backend Error }} Any idea how to solve it? Best regards Frank

Re: [google-appengine] Got CAS client working with appengine (java)

2013-05-03 Thread Frank Ren
-nameartifactParameterName/param-name param-valueticket/param-value /context-param By doing so, you don't have to modify shiro source code. My cas client version is 3.2.1. There should be not much difference regarding this problem. I hope you're still around. Regards, Frank On Tuesday, April 27

[google-appengine] How to do sum in datastore and how to implement delete function?

2013-01-10 Thread frank finch
here is my code : # -*- coding: utf-8 -*- import os import re import random import hashlib import hmac from string import letters import webapp2 import jinja2 from google.appengine.ext import db template_dir = os.path.join(os.path.dirname(__file__), 'templates') jinja_env =

[google-appengine] Backends Unresponsive

2012-11-07 Thread Frank Orozco
the url https://api.loyaldash.com by using the SNI SSL certificate and custom domain. Thanks in advance, Frank Orozco -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg

[google-appengine] Backends Unresponsive

2012-11-07 Thread Frank Orozco
I received an alert from Pingdom this evening at 5:55pm PST that our production API servers were unresponsive. I use a number of B2 backends to host our production api and none of them are responsive. Upon checking the logs I found that an /_ah/stop command had been issued at approximately

[google-appengine] Re: The only SMS verified owner cannot be removed.

2012-09-18 Thread Frank Brown
Have you figured out how to send out an SMS verification for a user? The current verified user needs to be deleted, but I can't do that without out verifying another user, but I cannot figure out where to do that. On Sunday, August 5, 2012 2:39:39 AM UTC-4, wehttam wrote: I have not been

Re: [google-appengine] Change to blobstore/get_serving_url?

2012-08-22 Thread Frank VanZile
UTC-7, Richard Arrano wrote: Frank, Thanks for the tip and for debugging that issue. I was completely lost. However, when I try your workaround, despite that my IDE can see that os has a function called putenv, for some reason App Engine does not. I get this error trying it that way

Re: [google-appengine] Change to blobstore/get_serving_url?

2012-08-21 Thread Frank VanZile
Here is my stack of the same problem. File C:\work\twist.2\server\backend\lib\images\image_helper.py, line 18, in get_serving_url return images.get_serving_url(image_blob_key) File C:\Program Files (x86)\Google\google_appengine\google\appengine\api\imag es\__init__.py, line 1793, in

[google-appengine] Frank Huang想進行即時通訊

2012-06-04 Thread Frank Huang
--- Frank Huang想使用某些 Google 的超酷新產品,跟您保持密切 聯繫。 如果您已經有 Gmail 或 Google Talk 帳戶,請造訪: http://mail.google.com/mail/b-671771ff3b-aa235d5808-W3hiTvShQcWJQ5U-ZeucW5tFtRU 您必須按一下這個連結才能與Frank Huang進行即時通訊。 如想獲得 Google 免費提供且儲存空間超過 7,500 MB 的

Re: [google-appengine] Can't upload data to dev datastore: says dev app can't access app's data

2012-03-09 Thread Frank Huddleston
That worked! Except it's an underscore: --default_partition Thanks! On 03/09/2012 03:01 PM, Andreas wrote: start your dev_appserver.py with the --default-partition option dev_appserver.py --default-partition='' pass an empty string as the default partition On Mar 9, 2012, at 3:49 PM,

[google-appengine] Question about Data Store Read operations

2011-11-29 Thread Frank Mantek
I am trying to figure out why my app is getting over quota. Under storage is see this (limited to relevant data, stuff not shown is 0): Datastore Write Operations 21% 0.01 of 0.05 Million Ops Okay Datastore Read Operations96% 0.05 of 0.05 Million Ops

[google-appengine] WTF, got charged for $2.10 unexpectedly!

2011-11-20 Thread Frank DU
WTF! Without any pre-notification, got charged for $2.10. What the fukcing the company is doing now? Crazily charging us for everything?! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] New domain in Google Apps Business

2011-09-15 Thread Frank
We are facing a problem in cpanel google apps to bind a Business APP- ID with a domain. When the access panel, click on Settings, and he left open the menu My Apps eg I click on the app Example App (App Engine) click on Add new URL when I type (www) http://www.appexemple.com.br he returns the

[google-appengine] Why are there no preconfigured packages?

2011-09-05 Thread Frank Müller
Dear Google, wouldn't it be by far more simple if you would provide preconfigured packages for the GAE? E.g. - Free for non-commercial up to a defined limit like package S or M - Package S with one instance, 1 GB database etc. - Package M with two instances, 5 GB database etc. - Package L with

[google-appengine] Re: The scheduler needs a fix and quick.

2011-09-05 Thread Frank
Agreed. The scheduler is not reliable for pricing. And the pricing is based on instances being spawned. This is total non sense. This is a personal message to the App Engine team: http://www.google.com/events/io/2011/sessions/fireside-chat-with-the-app-engine-team.html At google there are

[google-appengine] Re: Minimum per-application charge - WTF?

2011-09-05 Thread Frank
That does not work either for me. I still have 3 instances even though I had 10 requests and each is under 100 ms. The scheduler is not working as advertised. We are at the mercy of the scheduler for pricing, and we can't even rely on it to make pricing optimizations. Seriously, the engineers

[google-appengine] Dear App Engine

2011-09-05 Thread Frank
Announcing a pricing hike with 2 weeks notice* (and still no reliable tools to experiment with the new pricing as the scheduler is not reliable) is not a way to treat your customers. Because yes, we are customers of App Engine and we have been very good customers (we paid for a service which

[google-appengine] A package based pricing as alternative

2011-09-05 Thread Frank Müller
Hmm, my yesterdays post regarding the new pricing hasn't been publish, strange. Hi Google, how would it be if you would provide a package based pricing as alternative. It could look like: - Free like package S or M for non-commercial projects, - Package S with one non always-on instance, 1 GB

[google-appengine] Re: The scheduler needs a fix and quick.

2011-09-05 Thread Frank
+1. We are going backwards on this. If we end up having to tweak the scheduler manually we're better off running cheaper instances on other hosting services. Next step is that we WILL have to know about the datacenters because of the latency between instances which will impact the number of

[google-appengine] Aw: The whole instances pricing thing is too complicated for average brains like mine

2011-09-05 Thread Frank Müller
I would like a package based pricing. Like - Free with limits of package S or M for non-commercial projects - Package S with 1 non-always-on instance, 1 GB database, ... - Package M with 1 always-on instance, 2 GB database, ... - Package L with 2 always-on instances, 10 GB database,

[google-appengine] System time off by over 5 minutes on gae server

2011-07-29 Thread Frank
if i do a datetime.datetime.now() the time is over 5 minutes off from the real gmt time. any hope google can run and monitor an ntp service? thank you -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[appengine-java] Re: Multi-threaded datastore test in JUnit

2011-07-12 Thread Frank Leon Rose
Yeah, that's much cleaner. Thanks! -- 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-java@googlegroups.com. To unsubscribe from this group, send email to

Re: [appengine-java] Re: Multi-threaded datastore test in JUnit

2011-07-11 Thread Frank Leon Rose
Gabriel, All the code is in my two prior posts. What happens when you run the test code above? -- 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-java@googlegroups.com. To

[appengine-java] Datastore doesnot stote @embedded List

2011-01-13 Thread frank
Hello, I try to store an embedded List in an Entity. I runs without errors, but no elements of the List are stored Thanks for your help. here is the code: @Entity public class Cont implements Serializable {private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy =

[appengine-java] Exception persisting 2 entities (without transaction)

2011-01-11 Thread frank
Hello, I´m new to GAE and I have a problem with the datastore. I add 2 new entities not in a transaction and I get the Exception: javax.persistence.PersistenceException: Illegal argument at org.datanucleus.jpa.NucleusJPAHelper.getJPAExceptionForJDOException(NucleusJPAHelper.java: 214)

[google-appengine] Re: Datastorequery with OR condition on multiple properties

2011-01-09 Thread frank
Tnx, I´ll try with the extra attribute. Frank -- 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+unsubscr

[google-appengine] Re: Exception persisting 2 entities not in a transaction

2011-01-09 Thread frank
Tnx, I´ll try. -- 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+unsubscr...@googlegroups.com. For more

[google-appengine] Re: Exception persisting 2 entities not in a transaction

2011-01-08 Thread frank
Hello, does nobody kwow that´s the problem here? I googled a lot but could not find a solution. Thanks for your help -- 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

[google-appengine] Datastorequery with OR condition on multiple properties

2011-01-08 Thread frank
Hello, I have a JPA query like that: select from Kind k where attr1 = a and ( attr2 = true or attr3 = false) I get the exception: Or filters cannot be applied to multiple properties Is there a recommended way get the entites with conditions like that or do I have to perform two queries one

[google-appengine] Re: No API environment is registered for this thread when launching GWT devmode

2011-01-06 Thread frank
Is this a common problem or do you need more info? Thanks for your help -- 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] Re: Can app enginge generate a key for a new entity in a entity group

2011-01-05 Thread frank
Tnx, I´ll try. I think that will help. -- 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] No API environment is registered for this thread when launching GWT devmode

2011-01-02 Thread frank
Hello I have a GWT App with a GAE backend. It works fine, if I compile the GWT Frontend an run it against the local GAE envirinment. If I try to launch the GWT devmode, I get: No API environment is registered for this thread Can someone help me. Thanks -- You received this message because you

[google-appengine] Exception persisting 2 entities not in a transaction

2010-12-27 Thread frank
Hi, I´m new to GAE and I have a problem with the datastore. I add 2 new entities not in a transaction and I get the Exception: javax.persistence.PersistenceException: Illegal argument at org.datanucleus.jpa.NucleusJPAHelper.getJPAExceptionForJDOException(NucleusJPAHelper.java: 214)

Re: [google-appengine] Prerelease SDK 1.4.0 is out!

2010-11-18 Thread aaron frank
Or is there a prerelease location for the documentation? On Thu, Nov 18, 2010 at 5:45 PM, Ross M Karchner rosskarch...@gmail.comwrote: In Python, how do we use: - Channel API - Metadata Queries On Thu, Nov 18, 2010 at 5:40 PM, Robert Kluin robert.kl...@gmail.comwrote: Huge release.

[google-appengine] Existing users

2010-08-23 Thread Advidata - Frank
Hello, Is there somewhere an best practice on how to handle existing users? I have a large list of users, and i want to use the app engine google authentication. But somehow i need to link the google accounts to my existing user data. I hope someone can help me. because i don't want to reinvent

[google-appengine] Re: Application not found

2010-07-03 Thread Frank Huddleston
the app, and so I just wasn't specifying a valid url for it. I needed to use /index, or /list, for example. / wouldn't work. I've since added (/) to the main.py so it works with a plain or root url. Regards, Frank Huddleston -- You received this message because you are subscribed to the Google

Re: [appengine-java] Re: How to use OpenID on the GAE (with the GWT frontend)

2010-05-15 Thread Frank Harper
I just had a look and don't see any way to login. On Sat, May 15, 2010 at 12:29, Drasko drasko.ko...@googlemail.com wrote: And just as I managed to make it working, the new release 1.3.4 got released and really got me totally scared as no more federated methods were there. Luckily it was just

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Frank
same here... google? anyone listening? On Aug 18, 12:19 pm, vivpuri vivpu...@gmail.com wrote: http://appengine.google.com/is not loading up and neither is my app. This is not acceptable at all. Vivek --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: Getting the We're sorry... page

2009-08-06 Thread Frank
Me too! my users are getting this error right now, please help ... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now. peago.com On Aug 6, 7:06 am, morten mor...@fusemail.com wrote: Hi

[google-appengine] Re: Offline?

2009-07-02 Thread frank cayo
me too On Jul 2, 11:39 am, chenbaiping chenbaip...@revenco.com wrote: I cannot update my app. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- -邮件原件- 发件人: google-appengine@googlegroups.com

[google-appengine] Re: Server Errors on Admin, Status, and Application, AppEngine basically down.

2009-07-02 Thread Frank
Thank you for updating the downtime forum: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/f7596d1d0bd0f0f9# --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] How do I activate my account in chile?

2009-06-29 Thread frank cayo
hi in Chile there is no support for sending sms, is there an alternative way to activate my account and create more applications? thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Issues filtering a query on a date (in order to paginate)

2009-05-21 Thread Frank
={{offsetNext}} ) the listing works and the items are sorted properly, but it never change page, the filter on dCreated clearly doesn't have any effect. any idea what I'm doing wrong? many thanks for the help Frank --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: Issues filtering a query on a date (in order to paginate)

2009-05-21 Thread Frank
ok I found the problem, the offset simply needs to be converted to a datetime first. makes sense of course, but it would be great if the article talking about this (http://code.google.com/appengine/articles/paging.html) was updated to reflect that requirement. thanks. On May 21, 6:13 pm, Frank

[google-appengine] urlfetch random errors

2009-03-12 Thread Frank
there? can the packet be corrupted? many thanks in advance for your help Cheers Frank --~--~-~--~~~---~--~~ 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

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

2009-02-26 Thread Frank
to an old version. Thanks for you help Frank --~--~-~--~~~---~--~~ 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

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

2009-02-26 Thread Frank
conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. Nedelis décline toute responsabilité au titre de ce message, dans l'hypothèse où il aurait été modifié. On Thu, Feb 26, 2009 at 8:45 PM, Frank fran...@gmail.com wrote

[google-appengine] Re: New Limits for Several App Engine Operations

2009-02-16 Thread frank Shi
Because of these limits , leading to the implementation of my program sometimes unsuccessful. http://www.delicioustools.com On 2月14日, 上午6时13分, Marce (Google) ma...@google.com wrote: For those of you who haven't already heard, we're very excited yesterday to have announced that we've raised

[google-appengine] 502 server error appears google appengine? Why

2009-02-16 Thread frank Shi
Screenshot http://picasaweb.google.com/frankshiapp/EcOuqF?authkey=UrB5Bqpe5l4#5303639148475182258 --~--~-~--~~~---~--~~ 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] Change passwords on google mail

2009-02-10 Thread Frank Daly
any link with instructions on how to do this? Many thanks in advance Frank --~--~-~--~~~---~--~~ 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

[google-appengine] Using ReferenceProperty is very(!) slow

2008-09-12 Thread Frank
to be cached already. Any Google engineer listening? some advice/explaination here would be greatly appreciated. Many thanks for your help Frank --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine