Re: [google-appengine] Google Translate API & Permissions

2021-05-08 Thread Eric Hardy
>> email to google-appengine+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/CAB6eaA6qha4NWpPqtRQvSt3v86vPwJQ02j%3D_UtFT8w5m6KnHGQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/google-appengi

[google-appengine] Re: Google auth default credentials for GAE standard 2nd Gen (Python)

2018-09-27 Thread Eric G
x27;m not mistaken. On Tuesday, September 25, 2018 at 4:50:57 PM UTC-4, Stewart Reichling wrote: > > Hi Eric -- can you follow up with more details about your use case? > > On Tuesday, September 18, 2018 at 10:02:24 AM UTC-7, Eric G wrote: >> >> Thanks! I think I will

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

2018-09-18 Thread Eric G
. >> >> >> On Wednesday, September 12, 2018 at 8:00:08 AM UTC-7, Eric G wrote: >>> >>> Thanks for this. The second link is to the flex environment >>> documentation. Are you saying that App Engine standard 2nd gen uses the >>> same method of

[google-appengine] Re: Google auth default credentials for GAE standard 2nd Gen (Python)

2018-09-18 Thread Eric G
Thanks! I think I will stick with using an explicit service account json file, but it's good to know this route works. On Monday, September 17, 2018 at 3:43:43 PM UTC-4, David (Google Cloud Support) wrote: > > Python 3.7 on App Engine standard provides the GCE metadata service, so as > an alte

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

2018-09-12 Thread Eric G
Thanks for this. The second link is to the flex environment documentation. Are you saying that App Engine standard 2nd gen uses the same method of connecting to CloudSQL instances as flex, i.e. via the unix socket /cloudsql/INSTANCE_CONNECTION_NAME ? If so, it would be helpful to have those i

[google-appengine] Google auth default credentials for GAE standard 2nd Gen (Python)

2018-09-09 Thread Eric G
lt app engine credentials to work in another way? Or is the recommendation to set the GOOGLE_APPLICATION_CREDENTIALS env var to point to the service account file manually? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: Back to GAE after some years

2018-08-25 Thread Eric G
Re. NDB, there is an open source library very similar to it, Python 3 compatible: https://github.com/Bogdanp/anom-py. I can't say I've used it, but I highly respect the author's other libraries. It includes transparent caching, though with GAE flex or standard Python3 you have to run your ow

[google-appengine] Secrets on App Engine Flex

2018-08-21 Thread Eric Hauser
The standard method of storing a secret in GCS encrypted via KMS generally works fine. However, the Service Account documentation for App Engine Flex states (https://cloud.google.com/appengine/docs/flexible/python/service-account): "Do not modify the permissions of the App Engine flexible envir

[google-appengine] Re: python 3.7 standard runtime release schedule?

2018-08-08 Thread Eric G
Is there a document that describes the differences between Python 3 standard and flex? At a quick glance at least the interface for Python 3 standard looks very similar to flex. Thanks. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: python 3.7 standard runtime release schedule?

2018-08-08 Thread Eric G
Thanks! That's great news and very helpful links. -- 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

[google-appengine] python 3.7 standard runtime release schedule?

2018-08-05 Thread Eric G
Apologies if this has already been asked, but now that python 3.7 standard has been announced, what is the timeframe? Is there an alpha signup yet? Thanks. Eric -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Framework Recommendations for AppEngine Java8 Standard

2018-02-06 Thread Eric Martineau
When we started building AppEngine Java7, the community recommendation and examples were centered around using Guice+Jersey. Despite having a long history with SpringBoot, our company invested in Guice/Jersey infrastructure for AppEngine. Since the release of java8, there are a few observation

[google-appengine] Google Cloud Libraries for Appengine Standard

2018-02-06 Thread Eric Martineau
Java8 opened up the possibility of using google-cloud-java (grpc) libraries within AppEngine standard. The newer libraries are nicer to work with from a development standpoint, but I'm not sure if there are any significant drawbacks to using them within AppEngine Standard. Can anyone provide g

Re: [google-appengine] Re: ~20ms latency between two servlets, same project, is that about right?

2017-08-29 Thread Eric Hubbard
, and also seen by the log traces. -Eric http://www.google.com/profiles/eric.hubbard On Tue, Aug 29, 2017 at 11:03 AM, 'Jordan (Cloud Platform Support)' via Google App Engine wrote: > It really depends on if you are making calls within App Engine Standard > <https://cloud.g

[google-appengine] ~20ms latency between two servlets, same project, is that about right?

2017-08-26 Thread Eric Hubbard
Playing around with splitting my project up into separate services, and invoking via URLFetch between them. I'm seeing anywhere from a 20-22ms latency on a very basic remote side side. I'm using Kotlin compiled down to java8. (the ping servlet is in java8...)... So.. does ~20ms see

Re: [google-appengine] Handling API versioning issue

2017-08-02 Thread &#x27;Eric So' via Google App Engine
Thanks. Take a look at it now. Eric So > On Aug 2, 2017, at 10:47 AM, 'George (Cloud Platform Support)' via Google App > Engine wrote: > > Hi Eric, > > For related versioning information you may consider checking the "Cloud > Endpoints API versioning fe

[google-appengine] Re: Handling API versioning issue

2017-08-01 Thread &#x27;Eric So' via Google App Engine
war to support multiple versions in one endpoint. Eric So On Friday, July 28, 2017 at 10:32:56 AM UTC-7, George (Cloud Platform Support) wrote: > > Hi Eric, > > If you deploy the new API version to the same application version 1, > you'll find it under the same 1-dot-xxx

[google-appengine] Handling API versioning issue

2017-07-27 Thread &#x27;Eric So' via Google App Engine
, do we need to keep multiple version of source code in the same repo and re-deploy everything again? Regards, Eric So -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from i

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread Eric Wasserman
Hi Alex, See the example here: https://github.com/redi-wassere/google-discovery-doc-example On Friday, February 10, 2017 at 12:21:40 PM UTC-5, Alex (Cloud Platform Support) wrote: > > Hi Eric, > > Prior proceeding with filing a defect request, I will need to reproduce > this

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread Eric Wasserman
M UTC-5, Alex (Cloud Platform Support) wrote: > > Hi Eric, > > As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which > is required for legacy iOS clients and automatic kind fields features are > not currently available. See Currently excluded features and tools fo

[google-appengine] Discovery Doc generation missing "format" tag for doubles

2017-02-07 Thread Eric Wasserman
I upgraded to Cloud Endpoints 2.0 recently. I never saw this issue when generating the now deprecated RPC doc. I believe there is an issue with discovery document generation, where it doesn't create the '"format": "double' for double fields. creditAmount below should have the format tag. Fixin

[google-appengine] Can't delete property of entity, or even the entity itself (datastore)

2017-01-23 Thread Eric Irish
I've got an entity that contains a JSON array per property. One of the properties has become rather large: the index count is 14,697 for a total of 1.5MBs. I need to delete this property, or the whole entity in general, but it seems to be impossible. I've tried editing the property to manually

[google-appengine] Re: service account auth to Calendar API stopped working Oct 20

2016-11-03 Thread Eric G
object. 3. Use the authorize method of the Credentials object to apply the necessary credential headers to all requests made by an httplib2.Http instance. I would have left this as a comment, but I don't see a way to give documentation feedback on that page. Thanks again, Eric On

[google-appengine] Re: service account auth to Calendar API stopped working Oct 20

2016-10-29 Thread Eric G
or two. On Tuesday, October 25, 2016 at 4:33:25 PM UTC-4, George (Cloud Platform Support) wrote: > > Hello Eric! > More detail is needed, to investigate your problem: > - About the client library: language, version (GData, API Client ?). > - Python 2.7 App Engine runtime - g

[google-appengine] service account auth to Calendar API stopped working Oct 20

2016-10-24 Thread Eric G
I have a GAE project (python 2.7 runtime) that uses the Google Calendar API v3. Up until last week, I had been using the default GAE service account to connect to the calendar API, and the service account was given read/write permission to the calendar under calendar sharing settings. Since

[google-appengine] Re: "Request was aborted after waiting too long to attempt to service your request"

2015-06-24 Thread Eric Froemling
ng here? Thanks, -Eric On Tuesday, June 23, 2015 at 2:01:42 AM UTC-7, PK wrote: > > For the past few days I see a lot of aborted calls with the message > > "Request was aborted after waiting too long to attempt to service your > request” > > It comes from deferred and o

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

2015-03-23 Thread Eric G
://stackoverflow.com/questions/20052778/google-app-engine-task-queue-googleapi-error-500-backend-error?rq=1 Eric On Tuesday, August 26, 2014 at 8:47:50 PM UTC-4, Frank Ren wrote: > > Hi > > Did you solve your problem? > > I got the same problem... Just solved it by supplying to request b

[google-appengine] Re: Google Code issue tracker cleanup

2014-08-07 Thread Eric Tray
Obviously getting feedback from users is not too vital to you guys otherwise you would'nt have ignored the Issue Tracker for 4+ years. How is it that no one is held accountable for this? How is this acceptable for a company such as Google? If it takes you this long just to fix the issue tracke

Re: [google-appengine] Re: too many appengine frontend instances

2014-05-09 Thread Eric Ka Ka Ng
we are with >200 frontend instances too.. the overall performance is very slow, and the cost becomes huge On 9 May 2014 17:24, Andrei Cosmin Fifiiţă wrote: > The issue begun with v. 1.9.5 but now the new instaces are created with > 1.9.4 so i have about 220 instances on 1.9.5 and 110 on 1.9

[google-appengine] Re: App Engine 1.9.4 Released

2014-05-07 Thread Eric Han
. apologies if that wasn't clear. As for Java, no updates to share about in my post. More will be coming soon :). On Thursday, May 1, 2014 6:05:49 PM UTC-7, husayt wrote: > > Hi Eric, the link to blog post is wrong. > Besides, is there anything for java version? > thanks > >

[google-appengine] App Engine 1.9.4 Released

2014-05-05 Thread Eric Han
. thanks, Eric Han Google Cloud Platform -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To po

[google-appengine] App Engine 1.9.4 Released

2014-05-01 Thread Eric Han
load error for Mac OS X Snow Leopard clients. - https://code.google.com/p/googleappengine/issues/detail?id=10405 - Fixed an issue with making simultaneous mysqli connections to the same CloudSQL instance causing the request to time out. thanks,eric hanGoogle Cloud Platform -- You

Re: [google-appengine] Snapchat

2014-01-19 Thread Eric Ng Ka Ka
What surprise you? Many better services are on GAE. What so special for snapchat? (Technical points of view) > Kaan Soral 於 17 Jan, 2014 7:15 am 寫道: > > I was surprised when I learned that Snapchat was built on App Engine > http://mashable.com/2014/01/12/stages-of-snapchat-comic/ > > I've a

[google-appengine] Disable permissions checks in the dev server - it's causing major problems in Ubuntu

2013-12-26 Thread Eric
I'm having a major problem running my app on the dev server. I'm using Thymeleaf and Spring 4. I'm getting permission problems like this: java.lang.IllegalAccessException: Class com.google.appengine.tools.development.agent.runtime.Runtime$21 can not access a member of class org.thymeleaf.spr

Re: [google-appengine] Re: retrieve old logs from GAE

2013-08-17 Thread Eric Ka Ka Ng
Yes, suppose normally I can't get back the rotated logs. just wonder would there be any special ways, coz i believe the rotated logs is not really deleted permanently On 17 August 2013 11:19, Vinny P wrote: > On Fri, Aug 16, 2013 at 7:58 PM, Eric Ka Ka Ng wrote: > >&

Re: [google-appengine] Re: retrieve old logs from GAE

2013-08-16 Thread Eric Ka Ka Ng
Hi Jason, Yes. But does it mean I can immediately get the logs 2 months ago? - eric On 17 August 2013 03:41, Jason Collins wrote: > Can't you just increase your log storage allocation on Application > Settings (see: "Logs Retention")? > j > > > On Friday, 16

[google-appengine] retrieve old logs from GAE

2013-08-16 Thread Eric Ka Ka Ng
special request? coz that's quite important to us. appreciate for any ideas or experiences. thx! - eric -- 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 e

[google-appengine] The Users Service.

2013-08-09 Thread Eric Sepich
I have deployed: https://developers.google.com/appengine/docs/java/gettingstarted/usingusers I am greeted by my Gmail username when I visit the page. package com.clock; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.SimpleTimeZone; import

[google-appengine] Re: Users and Google Accounts

2013-08-06 Thread Eric Sepich
I since deployed the application to make sure that perhaps it was not some limitation of the eclipse development environment and I still see the home.jsp not recognizing the user variable even though the browser is logged into gmail. On Tuesday, August 6, 2013 1:49:29 PM UTC-7, Eric Sepich

[google-appengine] Users and Google Accounts

2013-08-06 Thread Eric Sepich
package clock; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.SimpleTimeZone; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.*; import com.google.appengine.api.users.User; import com.

[google-appengine] Re: CodeLabEx1 in Eclipse Keplar.

2013-08-01 Thread Eric Sepich
Thank you that was most helpful. On Wednesday, July 31, 2013 7:04:14 PM UTC-7, Eric Sepich wrote: > > There seems to be some kind of error when I import CodeLabEx1 into Eclipse > Keplar: > > > <https://lh5.googleusercontent.com/-qHMWqzQ775Y/UfnB6PTr_dI/ADc/-kJGkW6

[google-appengine] CodeLabEx1-starter missing jar files.

2013-08-01 Thread Eric Sepich
When I import the sample I am seeing some errors regarding missing jar files. Is it normal to have to add these jar files to the project manually? The App Engine SDK JAR geronimo-jta_1.1_spec-1.1.1.jar is missing in the WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google Ap

Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
Unknown Google App Engine Problem On Wednesday, July 31, 2013 9:24:34 PM UTC-7, Vinny P wrote: > > On Wed, Jul 31, 2013 at 9:33 PM, Eric Sepich > > > wrote: > >> Alright so the application seem to start now however there is still a red >> ex next to W

Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
Alright so the application seem to start now however there is still a red ex next to WAR/WEB-INF/lib for the project. On Wednesday, July 31, 2013 7:25:43 PM UTC-7, Vinny P wrote: > > On Wed, Jul 31, 2013 at 9:04 PM, Eric Sepich > > > wrote: > >> Does anyone know what

[google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-07-31 Thread Eric Sepich
is as follows: Jul 31, 2013 5:13:35 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed C:\Users\Eric\Desktop\CodeLabEx1-starter\CodeLabEx1-starter\war\WEB-INF/appengine-web.xml Jul 31, 2013 5:13

[google-appengine] Task queue Problem

2013-06-25 Thread Eric Ka Ka Ng
- eric -- 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

[google-appengine] Re: Deployments issues

2013-06-06 Thread Eric Shtiv
It looks like it has been fixed atleast for me On Thursday, June 6, 2013 6:04:37 PM UTC+3, martinc wrote: > > For the last hour, Deployment messages for a python app have hanging on > Checking if deployment succeeded; according to the Admin Console the > deployments are deployed, however instanc

[google-appengine] Python Development SDK for Windows. Log Viewing.

2013-05-28 Thread Eric Sepich
I am using the log button in the SDK's GUI panel but the log entries seem to be out of chronological order. Is there anything I can do about that? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop rece

Re: [google-appengine] Re: Attention Java MapReduce users

2013-05-10 Thread Eric Jahn
iting to the original files with my AppEngine code before they were finalized, so why is this length a problem now? Or was exceedingly long key generation part of the Files API bug? I still need to access those files, since they took a lot of expensive backend time to generate them. Tha

[google-appengine] Re: Attention Java MapReduce users

2013-05-05 Thread Eric Jahn
h a new file, I see them appear, but this is now after the Files API bug fix, I presume. Thanks for any thoughts. -Eric On Wednesday, May 1, 2013 5:42:53 PM UTC-4, Tom Kaitchuck wrote: > > This is something we are aware of and are working on for future releases. > > For this update w

[google-appengine] why this happen? application migrated to a new billing system and WE CANNOT update quota to resume service

2013-05-01 Thread Eric Ka Ka Ng
/code/go/cloud_billing> if you need immediate assistance. " Could anyone advise what I can do? we need to resume the service to our customers asap! here is the app id butterflybsix - eric -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Cant update Billing Setting

2013-05-01 Thread Eric Ka Ka Ng
/code/go/cloud_billing> if you need immediate assistance. " Could anyone advise what I can do? I need to increase the budget and resume the service immediately! here is the app id butterflybsix - eric -- You received this message because you are subscribed to the Google Groups "Goo

Re: [google-appengine] Re: Problems with deploying

2013-02-02 Thread Eric Ka Ka Ng
such service level is totally unacceptable.. google... it is a paid service you know... On 3 February 2013 02:12, Jesús Espejo wrote: > It still continues with problems, i cannot deploy applications or even > launch a backend... :-/ > > El sábado, 2 de febrero de 2013 17:45:19 UTC, Saurabh G

Re: [google-appengine] Re: Problems with deploying

2013-02-02 Thread Eric Ka Ka Ng
the problem lasts for half a day already, would google do sth to help and fix? i think google should announce what's wrong with it and the service level provided by GAE is really not satisfactory.. - eric On 2 February 2013 20:49, Aurelian wrote: > Same problem for my ap

[google-appengine] exceptionally high latency, causing bad experiences and high hosting cost

2012-05-22 Thread Eric Ka Ka Ng
s infrastructure prb, i dont think it makes sense to transform such bad user experiences (high latency) into doubling our hosting cost - eric -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to

Re: [google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-22 Thread Eric Ka Ka Ng
ith dev on GAE than like EC2 or others) If you have any advises /settings for using CF to help us to minimize downtime / enhance performance / increase rank on SE (or have actual figures for downtime with GAE apps on CF in China) , please drop me an email. thx! cheers, eric On 23 May 2012 07

Re: [google-appengine] GAE access from mainland china and cloudfare

2012-05-22 Thread Eric Ka Ka Ng
Thx Will for your input. so cloudfare is not going to help? - eric On 23 May 2012 01:16, Will wrote: > GAE is still blocked in mainland China. > > The regime is constantly monitoring the network traffic and servers and > taking actions whenever it sees fit. So I don't b

[google-appengine] GAE access from mainland china and cloudfare

2012-05-22 Thread Eric Ka Ka Ng
china can access, at anytime? also, any help if going through cloudfare? - eric -- 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 g

Re: [google-appengine] App down due to Quotas exceeded

2012-04-07 Thread Eric Ka Ka Ng
, and many real users. I wont expect these problems happen on a google platform which has passed the 'beta' stage, and we are paying real money to deploy serious applications on it. Please, google, be serious to the business. - eric On 7 April 2012 04:03, doright wrote: > My app h

[google-appengine] Datastore Admin is not working?

2012-04-06 Thread Eric Ka Ka Ng
: beyond6ixdev2 - eric -- 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...@googlegroups.com

[google-appengine] [Urgent] cannot change billing settings for our app foodeasyb6

2012-03-30 Thread Eric Ka Ka Ng
ected while the system is down. Please help to fix* * * *- eric* -- 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

[google-appengine] Re: Wordpress in google app egine

2012-01-04 Thread Eric
https://github.com/xuming/micolog you can even reuse some code base if you plan to re-write wordpress, at least the micolog can share most of the wordpress theme, so can even more save your brain effort. On 1月4日, 上午3时41分, Kaan Soral wrote: > The answer for you is No, logically speaking > > Instea

Re: [google-appengine] Re: Running some code immediately before a Datastore put()?

2011-11-17 Thread Eric Feng
I also found Nick Johnson's (google guy) post on this to be very useful. Honestly, his whole blog is useful - App Engine tips from a guy on the inside. http://blog.notdot.net/2009/9/Custom-Datastore-Properties-1-DerivedProperty -- You received this message because you are subscribed to the Go

[google-appengine] Re: Prospective search exception (java)

2011-10-02 Thread Eric
Hi Pablo, thanks. Eric On Sep 30, 4:20 am, Pablo Mayrgundter wrote: > Hey Eric, sorry about that! > > Here's a work-around: > > String appId = SystemProperty.applicationId.get(); > SystemProperty.applicationId.set("s~" + appId); > // Now do the list. > pro

[google-appengine] Re: Are key filters more efficient than ancestor queries?

2011-09-30 Thread Eric Gustavson
for>describes how different datastore operations are priced. Which is cheaper, a fetch by ancestor or via a ReferenceProperty? Also, why should one avoid using the parent/ancestor relationship if they don't need transactions? Let me know if my questions need clarifications. Thanks! --Er

[google-appengine] Does the URL Fetch service work with Wikipedia?

2011-09-26 Thread Eric Thoma
I am trying to make an application that would query Wikipedia, but when I try to use the URL Fetch service I run into an exception. The same code works for fetching both Google and Facebook. I am very inexperienced with Python web development and App Engine. Does anyone else run into the same p

[google-appengine] Prospective search exception (java)

2011-09-21 Thread Eric
at com.google.net.async.LoopingEventDispatcher $EventDispatcherThread.run(LoopingEventDispatcher.java:385) Eric -- 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 u

[google-appengine] Re: The Amazing Story Of Appengine And The Two Orders Of Magnitude

2011-09-05 Thread Eric Jang
Fantastic post. Thanks for clarifying what an instance was! On Sep 3, 12:32 pm, stevep wrote: > I had spent most of the night wondering about task queue's apparent > inefficiencies under Scheduler, and had planned to open a topic > related to it, but then read Joshua's post. > > THIS point made b

Re: [google-appengine] Keep it short: Who is forced to leave GAE?

2011-09-05 Thread Eric Jang
GAE's new policies are really tough on open-source projects, especially projects run by individuals who have no funds but just want to get a good app out there for the sake of getting a good app out there. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Can't Find Error Log

2011-08-12 Thread Eric Atkinson
Tried to deploy; it said see error log but I can't find out where this log is located even after looking through the directories, the manuals, and this forum. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the

[google-appengine] Using A Java Application As Client to App Engine?

2011-07-16 Thread Eric Atkinson
For various reasons, I don't want to use a browser as my client. Why? Because, for example, although the Chrome browser can render my rather complex GWT client just fine, IE can't render it even if you install the Chrome Frame Plug-In, so I simply don't trust browsers as clients (too many uncon

Re: [google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
You're right; it's my fault, I'm sorry. I don't know how a space got in front of my filename, but it sure drove my nuts for a while before I finally noticed it. As for GAE, it's fine, everything I need, well put together, and explained well (and explained quickly instead of in eight volumes). It

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
Forget what I said; somehow a space got added to the front of filename while was programming. I don't know how, but this odd error was enitirely of my own making -- sorry. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discu

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
-- 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/-/gQ56z2mVUvsJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubscri

[google-appengine] Re: com.google.appengine.api.datastore.Key can not be found in source packages?!

2011-07-10 Thread Eric Atkinson
This answer to this -- in the Eclispe IDE -- is to uncheck "build automatically" and then hit "build all", and then it can see it. Strange, but true. -- 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] com.google.appengine.api.datastore.Key can not be found in source packages?!

2011-07-10 Thread Eric Atkinson
I get the follwing compile error -- com.google.appengine.api.datastore.Key can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly -- with the below code snippet.

[google-appengine] Re: Redirection problems after enabling OpenID

2011-07-04 Thread Eric Kolotyluk
I commented out the filter in the web.xml file and I have the same problem, so it is not the filter. Basically I am using the default GWT program when you install the Google plug-in for Eclipse, and i just enable OpenID in the application dashboard. Is there something else I have to do to get Open

[google-appengine] Re: Redirection problems after enabling OpenID

2011-07-04 Thread Eric Kolotyluk
onfig = filterConfig; } public FilterConfig getFilterConfig() { return filterConfig; } } Is it the filter that is causing the problem? Cheers, Eric On May 29, 11:30 pm, Bert wrote: > Hey Eric, > > In the request handler where you're redirected to after login with &g

[google-appengine] Multiple Instances of the Same App

2011-07-04 Thread Eric Kolotyluk
each customer their own VM instance. There are pros and cons to this, as there are with using the Google PAAS, and I am trying to figure out what our best options are. Cheers, Eric -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-03 Thread Eric Atkinson
Does the Google App Engine, and related Web Server, support Java Network Launching Protocol (JNLP)‎ for launching Java WebStart Applications from my HTML home page? GWT just isn't a sufficiently sophisticated client platform, so I want to use a java application on the front end to interact with th

[google-appengine] Exception to use of Key class by JDO (Can't Find Source)

2011-06-29 Thread Eric Atkinson
The app engine manual extensively discusses the use of the Key class (import javax.jdo.annotations.Key) for datastore operations, and yet when I try to persistent data using Key, app engine throws the exception: Caused by: javax.jdo.JDOUserException: Field "com.sis.app.server.DataModelMember.key" i

[google-appengine] Re: Datasource Admin Question

2011-06-27 Thread Eric Atkinson
(gmail.com account). Thx! On Jun 27, 1:46 am, Robert Kluin wrote: > Have you already registered that app id at appspot.com?  App ids can > not contain cap letters. > > You might try logging in at: >  https://appengine.google.com/a/strategicinternationalsystems.com > > On Sat, Jun 25

[google-appengine] Datasource Admin Question

2011-06-26 Thread Eric Atkinson
The docs (at http://code.google.com/appengine/docs/adminconsole/) say that when I goto https://appengine.google.com/ I can access the admin console, and in particular, the data tab. However, when I do, I get https://appengine.google.com/start which asks me to create an application. However, I've al

[google-appengine] Re: Redirection problems after enabling OpenID

2011-05-29 Thread Eric Kolotyluk
I tried clearing the cookies and restarting the browser several times, but that did not seem to help. Cheers, Eric -- 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@googlegrou

Re: [google-appengine] Understanding Security

2011-05-24 Thread Eric Kolotyluk
OK, I finally got around to trying this. Works like a charm. Thanks for such a simple fix to my problem Cheers, Eric On 2011-05-14 10:15 AM, Erick Fleming wrote: Actually I was wrong I on the last point. If you use appengine_web.xml [1] to configure your static files as "excluded&q

[google-appengine] Redirection problems after enabling OpenID

2011-05-20 Thread Eric Kolotyluk
try again another day, or just give up on trying to get OpenID to work? Cheers, Eric -- 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

Re: [google-appengine] Understanding Security

2011-05-14 Thread Eric Kolotyluk
Woo-Hoo! Thanks, I can't wait to try that, but I'm don't working for the day. Cheers, Eric On 2011-05-14 10:15 AM, Erick Fleming wrote: Actually I was wrong I on the last point. If you use appengine_web.xml [1] to configure your static files as "excluded" then app

Re: [google-appengine] Understanding Security

2011-05-13 Thread Eric Kolotyluk
If I understand what you are saying, I could make every URL map to a servlet, and let the servlet return the specific static pages. Or can I just put my folder of HTML into the resources section, and not have to write another servlet? Cheers, Eric On 2011-05-13 6:52 PM, Erick Fleming wrote

[google-appengine] Understanding Security

2011-05-13 Thread Eric Kolotyluk
s all correctly? Is there any other mechanism I can use to implement this second level of authentication that does cover static content too? Cheers, Eric -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

[google-appengine] indexes stuck in "Error" state

2011-04-28 Thread Eric Ka Ka Ng
empty data set, then populate the data with the already built index should be ok; or when adding new item, always add one by one) do you have tips / hints / guildeline to prevent running into the same problem again? or could help us to re-build that 2 indexes? Thanks in advanced. Best Regards, E

[google-appengine] Java GAE server side ResourceBundle problem?

2011-04-01 Thread Eric Chow
Hello, How can I use ResourceBundle in GAE? I can use it in local but failed in the cloud. I want to get some message resources for using in the server side code. Please help me. Best regards, Eric -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] Policy on "Tasteful Nudity"

2011-03-23 Thread Eric BP
The program policies forbid "Pornographic, obscene or excessively profane content" but oridinarily such a description would not include nude art and other soft nudity without explicit sex. Is nudity that would not be considered pornographic allowed? -- You received this message because you are s

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Eric Ka Ka Ng
7;m a new GAE user, i would just use the email service straight forwardly without these considerations and background information. - eric On 23 March 2011 05:29, Ikai Lan (Google) wrote: > I actually think we are moving away from this direction. For customers > sending large volumes of e

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Eric Ka Ka Ng
this suggestion to GAE team? - eric On 22 March 2011 05:30, Jamie H wrote: > Wow, great idea! I have been having some delivery issues lately with > GAE and looking for an alternative. > > I just downloaded a pythong Amazon SES library, signed up for SES, and > put it all togeth

Re: [google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-20 Thread Eric Ka Ka Ng
liked, and seems it's the problem of the email server that actually sends the email. anyone share similar case, or has other solution? regards, eric On 19 March 2011 00:12, Ernesto Karim Oltra wrote: > Ask the user to add the e-mail from address of your e-mails to their > contacts

[google-appengine] email sent by GAE would be regarded as spam for some email services

2011-03-18 Thread Eric Ka Ka Ng
m.hk', so '@yahoo.com.hk' would regard all emails sent from this email server in GAE as spam. do anyone share similar experiences? or there should be other causes? any ideas we can solve this problem? (successfully deliver the email to our users using those email service without be

Re: [google-appengine] Re: can we assume time is sync across all servers?

2011-03-03 Thread Eric Ka Ka Ng
the log / data? ) btw, how could we explain Brett's data pipelines' talk at 35:50 or i interpret wrongly? and i believe Gopal, Calvin faced time sync issues and thus have the idea and implementation to solve this (just me recently aware about this problem). how much time is off did you experi

Re: [google-appengine] Re: can we assume time is sync across all servers?

2011-03-03 Thread Ng Ka Ka Eric
is made into DS, how can we do that? - eric Sent from my iPhone On 2011年3月3日, at 下午6:20, "Raymond C." wrote: > According to Brett's data pipelines' talk > (http://www.youtube.com/watch?v=zSDC_TU7rtc, around 35:50), its not > -- > You received this message b

[google-appengine] can we assume time is sync across all servers?

2011-03-03 Thread Eric Ka Ka Ng
t appropriate? thanks in advance for any comments / feedbacks - eric -- 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

Re: [google-appengine] Re: Deployment Failing with 500 error.

2011-02-24 Thread Eric Ka Ka Ng
Hi Ikai, We experienced 503 error during the pre-compilation stage during deployments to all our apps in this hour. would try to disable precompilation first and re-enable it later when this problem has been fixed - eric On 10 December 2010 06:50, Ikai Lan (Google) wrote: > When there&

  1   2   >