[google-appengine] Application works in 'Master/Slave Replication' but fails in 'High Replication' (Error code 104)

2011-06-01 Thread Douglas
application. (Error code 104)." My guess, this is somehow spawning a new process and, due to the additional 'High Replication' overhead (I don't really have a clue what I'm talking about), taking too long to load and bugging out. It would be great if you could give me s

[google-appengine] How long should I expect it will take for the code to propagate around the world?

2012-01-17 Thread Douglas
Hi, It has been more than two weeks since I deployed my latest code. It is mostly okay but I am still receiving some results from the old code. I am not on high replication. How long should I expect it will take for the code to propagate around the world? Thank you, Douglas -- You

[google-appengine] Problem about the session in JSP

2009-05-27 Thread Douglas
computer), but not work on Google server. Then I use primitive type variables, it works fine. Thanks, Douglas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Application limits

2010-10-26 Thread Douglas Finley
How does Google App Engine for Business work? It looks like it's only for intranet, how would a tech company create a product on Google App Engine and deploy instances to multiple clients? Or is Google App Engine designed to be take one application, and it's on the developer to partition the databa

Re: [google-appengine] Google App Engine Program Policies

2011-06-05 Thread Douglas Finley
Not relevant to my apps. Possibly stupid question, if the images are not publicly available (aka private behind a paywall etc) and they are not actually hosted (image data) on the gae datastore...maybe s3 or another storage service. Yes they would be called with code hosted on app engine and displ

Re: [google-appengine] Google App Engine Program Policies

2011-06-05 Thread Douglas Finley
The Content displayed and/or processed through your Application or other web site utilizing the Service shall not contain any of the following types of content: Nvr mind. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discus

Re: [google-appengine] Re: NSFW content and other program policies

2011-06-17 Thread Douglas Finley
Can people just pay more for nsfw content. If you want to run nsfw on your app. Notify Google. Google creates an elevated pricing structure and boom. Google makes money off it all the time. Sure Google Instant won't show you...but the regular search will...and Google Instant brings you to the re

Re: [google-appengine] Re: NSFW content and other program policies

2011-06-17 Thread Douglas Finley
google.com doesn't care, gmail doesn't care, bezos doesn't care...Who's the Big Double O G over there that said we need a policy for "content" on App Engine? I don't think the Taliban is going to be making any App Engine apps when they have youtube? -- You received this message because you are

[google-appengine] Re: GAE having db trouble ?

2011-06-17 Thread Douglas Finley
I cant deploy... Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles? My dashboard goes in and out. and my app is also in and out. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view th

[google-appengine] Re: WTF again. Why so many GAE group posts are moved into "American-porn" group?

2011-11-23 Thread Jim Douglas
Greg, Not sure if you would have noticed this; it seems to affect all of us. Here's your profile: http://groups.google.com/groups/profile?enc_user=Zv7tuxCy4JMQo8Z2z60KpjGFZb6i Very disconcerting to see messages attributed to me that I didn't post. On Nov 22, 10:54 am, "Gregory D'alesandre"

[google-appengine] Just trying to make sense of this math

2012-01-10 Thread Douglas Finley
Im just trying to figure out the exact calculation that gets you to 30.32 574.63 * .08 = $45.9 546.63 * .08 = $43.73 30.32 / .08 = 379 hours None of my calculators get me to $30.32 ResourceUsedFreeBillableCharge*Frontend Instance Hours* $0.08/Hour574.6328.00546.63$30.32 -- You received thi

Re: [google-appengine] Just trying to make sense of this math

2012-01-11 Thread Douglas Finley
Got it. That math does make sense. -- 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/-/BchPm7jnhAIJ. To post to this group, send email to google-appen

[google-appengine] Datastore BadQueryError

2012-04-21 Thread Douglas Starnes
This morning, without changing anything, all the queries I run on one app give me a BadQueryError. All queries including the simplest: select from Kind, send a BadQueryError. On the status page it shows everything is working fine but that has been wrong before. Anyone else having this probl

[google-appengine] $2,000 worth of AppEngine credit at a discount

2012-05-18 Thread Andres Douglas
Hey there, just stopping by the group to see if anyone is interested in $2,000 worth of AppEngine credit. My team received this as a gift and we're not users of AppEngine, so thought it would be better used by someone here. Leave a contact email and I'll get in touch. -- You received this mess

Re: [google-appengine] Do F1 F2 F4 Google App Engine frontend instances really cost more

2012-07-24 Thread Douglas Pollock
Yes, as it stands right now, you need to restart the instances. You can do this by manually restarting the instances, or by deploying a new version of the app. On Thu, Jul 19, 2012 at 12:59 AM, Marc Hacker wrote: > Thanks yes we found that stopping instances is necessary to activate > changes

Re: [google-appengine] Re: Google App Engine SDK 1.7.4 is out

2012-12-13 Thread Douglas Drumond
opers) -- Douglas Drumond http://drumond19.com On Fri, Dec 14, 2012 at 1:36 AM, vivpuri wrote: > I am getting the following error message on Max OSx 10.8.2 when i launch > the AppEngine app - > > > <https://lh4.googleusercontent.com/-jBl3jIGrPdQ/UMqejVW0T3I/AXc/_VktQu-udVU/s1

[google-appengine] Re: Getting "Security issue: Signature length not correct: got 256 but was expecting 128" since about one hour ago.

2015-06-11 Thread Douglas Meredith
I'm still seeing the problem. Did you guys have to bounce your instances or something to get things back on track? On Thursday, June 11, 2015 at 1:19:11 PM UTC-7, Nhat Nguyen wrote: > > Confirmed, everything seems to be back to normal. > > четвъртък, 11 юни 2015 г., 22:31:01 UTC+3, Arun Nedun

[google-appengine] Google App Engine "login URL" behaves strangely on mobile

2015-12-03 Thread Douglas Manley
I'm developing a web app that (through the magic of "manifest.json" and some Safari-equivalent "meta" tags) can be added to a user's "home screen" on his mobile phone. If you're not familiar with it, basically the browser (Chrome and Safari right now) will allow you to make a website more app-

[google-appengine] Changes to the datamodel not sticking

2008-08-27 Thread Douglas Christian
, the basic structure hasn't changed in either the dev or production environment. Any suggestions on what I am doing wrong would be greatly appreciated. Thanks, Douglas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] Re: Changes to the datamodel not sticking

2008-08-27 Thread Douglas Christian
Thanks! On Aug 27, 5:32 pm, javaDinosaur <[EMAIL PROTECTED]> wrote: > There is no schema or structure in an AppEngine application. When you > save new entities with your updated code these will have just a single > property, but others already in the Datastore will retain their extra > properties

[google-appengine] null values appended to a dict key

2008-08-27 Thread Douglas Christian
ciated. Thanks, Douglas --~--~-~--~~~---~--~~ 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] No search results for my website but it does show some pages from one of my clients sites

2019-02-11 Thread Luke Douglas
I did a search for "site:webbering.com" so I could see what pages I needed to add a redirect for my new website. However, I got NONE of my pages but it did get some pages from one of my client websites. the "web.webbering.com" was my previous server which is now "web.webbering.net". I'm shocke

[google-appengine] Contacts pop-up issue

2019-04-09 Thread Luke Douglas
0 I am really hoping someone with any sense at Google reads these group chats. I'm not sure this is the group but I could not find one for Google Apps Contacts. Will someone please let the Google Apps development know that WE DESPERATELY NEED the option to use the old, classic Contacts detail

[google-appengine] Re: Contacts pop-up issue

2019-04-10 Thread Luke Douglas
The problem with reproducing the problem I'd you obviously do not have an extensive Note field. I used the Note fueld extensively as well as I maintain multiple fields. If I open a single contact with just a few fields, the popup details is responsive. I NEVER had this issue with the classic

[google-appengine] GCP Access

2020-07-22 Thread Kirk Douglas
I am a non technical founder, what information do i need to give my developer to be able to upload the code to GCP ? Do I need to just hand over my login info to the developer to be able to upload or is there a way of giving the developer access to the account that I have created ? -- You rece

[google-appengine] Re: I have problem with Urllib2 commands..

2009-02-22 Thread mark douglas
does your app actually run as a standalone app on your local/own machine? let us know... On Sat, Feb 21, 2009 at 12:21 AM, prasy wrote: > > Hello, > I was trying to fetch de contents of a site using urlopen command. But > i couldn able to do t successfully. Please help me out.. > > response =