>> 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
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
.
>>
>>
>> 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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
, 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
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
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
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
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
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
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
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
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
://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
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
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
. 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
>
>
.
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
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
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
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
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:
>
>&
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
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
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
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
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.
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
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
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
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
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
- 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
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
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
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
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
/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
/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
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
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
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
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
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
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
, 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
: 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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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.
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
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
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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 190 matches
Mail list logo