[google-appengine] Re: How to write entity key safely in a form?

2010-04-21 Thread Tristan
You could create a brand new entity with something like Entity entity = new Entity(). You could then populate it with the data and then do a .put(entity). This will effectively execute an update without doing a .get(), but you have to trust your data because you're replacing what you stored with wh

Re: [google-appengine] Re: my domains not work in GA E,通过GAE安装的域名无法访问了

2010-04-21 Thread 杨浩
Thanks! [?] my life is Good! 有人推荐一个基于java的gae代理软件不? -- 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+unsu

Re: [google-appengine] Re: How to write entity key safely in a form?

2010-04-21 Thread Matt Conrad
Doh. I was thinking that I would avoid an extra trip to the datastore this way. But of course I have to do the .get() in order to change the goal entity. At which point I can check the user's key as you suggest. Please excuse my thinko. Unless there is a way to do a .put() on an pre-existing en

[google-appengine] Re: How to write entity key safely in a form?

2010-04-21 Thread Tristan
the goal entity should have a user's entity key that you get out of the session object on the server. when you then process 'complete' action, you should check first that the user's entity key in goal entity matches the one you got from server session. otherwise you're leaving yourself vulnerable

[google-appengine] How to write entity key safely in a form?

2010-04-21 Thread Matt C
I'm writing a goal tracking application. I'd like to write the goal entity key into a form like this: However, I don't want a malicious user to be able to guess someone else's ID and complete their goal for them. My first thought on getting around this is to combine the goal entity key with so

[google-appengine] Task queues + scheduled maintenance?

2010-04-21 Thread Harlan Crystal
Can I add tasks to my queue during a scheduled maintenance period? Or does adding tasks, itself, require a writeable datastore? For instance, all the writes that I would plan to send to the datastore --- can I instead queue these writes up as tasks which can all be processed once the datastore be

[google-appengine] Re: Error with DOS

2010-04-21 Thread vivpuri
I am also getting the same error. This is an urgent issue. I am getting thousands of hits for few IPs and i need to block them. Please help.. On Apr 21, 10:18 am, Jairo Vasquez wrote: > Hi, > > I'm getting this error when I'm updating: > > Error 400: --- begin server output --- > Error while pars

[google-appengine] App Engine SDK 1.3.3 is out!

2010-04-21 Thread Ikai L (Google)
Hi everyone! I just wanted to let you all know that App Engine 1.3.3 SDK is out. The blogpost is here: http://googleappengine.blogspot.com/2010/04/app-engine-sdk-133-released.html You can download this from the standar

[google-appengine] Chat Time transcript for April 21, 2010

2010-04-21 Thread Jason (Google)
The high-level summary and complete transcript of the April 7th edition of the IRC office hours is pasted below. Join us in two weeks, Wednesday, May 5th from 7:00-8:00 p.m. PST for the next installment. Note: On the first and third Wednesdays of every month, the App Engine team signs into the #ap

[google-appengine] You are accessing this page from a forbidden country!!

2010-04-21 Thread Kasra Green
Hi guys, According to the new legislation within the US, companies are exempt from sanctions against Iran given that their product is to promote free internet and anti-censorship software. I am wondering when, if at all, GAE will allow the administrators to use this new legislation to provide ant

[google-appengine] Re: stuck in loop, deploying

2010-04-21 Thread martinfcasey
it's not happening anymore. -- 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

[google-appengine] Re: API to access admin page data? [Was: Re: Sign in to Google App Engine Programmatically]

2010-04-21 Thread Harlan Crystal
More generally, is there any plans to turn the data found on the admin console into something that can be queried programmatically? The servers running on appengine are essential to my business. Ideally I would be able to query out certain metrics from the admin page and send alerts to my pager if

Re: [google-appengine] new warning

2010-04-21 Thread Ikai L (Google)
Yes, this is to be expected. Previously, you would have just received a warning about taking up too much CPU. On Wed, Apr 21, 2010 at 9:56 AM, alf wrote: > Since yesterday or so appear a new warning in my application that i > have never seen before somebody can help me saying how can solve this

google-appengine@googlegroups.com

2010-04-21 Thread Ikai L (Google)
We don't generally delete applications. Could you have recorded the application ID incorrectly? On Tue, Apr 20, 2010 at 8:45 PM, Roshni Basu wrote: > How to solve this issue? > > > On Wed, Apr 21, 2010 at 8:10 AM, Roshni Basu wrote: > >> Yeah my appication id is id: 9905107 and tried with it. I

Re: [google-appengine] Digest for google-appengine@googlegroups.com - 25 Messages in 16 Topics

2010-04-21 Thread Gleidson G Moura
I'm doing an application with JPA and is giving the error [is managed by a different Object Manager] can someone help me Thanks 2010/4/21 : >   Today's Topic Summary > > Group: http://groups.google.com/group/google-appengine/topics > > Inbound emails on own domain [4 Updates] > Discussion on goo

Re: [google-appengine] Calculating datastore usage per user of app

2010-04-21 Thread Ikai L (Google)
There's no API that describes space usage per user. You'll have to build this yourself, though it may be more difficult to do things such as calculate storage space taken up by indexes and such. On Tue, Apr 20, 2010 at 10:48 AM, jeffrey wrote: > Hi, > > i'd like to implement user-based quotas in

[google-appengine] new warning

2010-04-21 Thread alf
Since yesterday or so appear a new warning in my application that i have never seen before somebody can help me saying how can solve this matters. message logging "This request caused a new process to be started for your application, and thus caused your application code to be loaded for the fir

[google-appengine] Re: Inbound emails on own domain

2010-04-21 Thread akakunin
Thank you Jeff! Probably it is an option for me! On Apr 21, 8:01 pm, Jeff Schnitzer wrote: > The docs for Google Apps For Domains suggest that when you enable > Premier Edition you will get additional options for routing email. > > It costs $50/user/year.  I haven't enabled it so I can't tell you

Re: [google-appengine] Re: Inbound emails on own domain

2010-04-21 Thread Jeff Schnitzer
The docs for Google Apps For Domains suggest that when you enable Premier Edition you will get additional options for routing email. It costs $50/user/year. I haven't enabled it so I can't tell you if it works. Beware that if you switch a domain to Premier you could have trouble getting it back

Re: [google-appengine] Re: relationship...

2010-04-21 Thread Jaroslav Záruba
Basically GAE is a web-hosting with (currently) two platforms available - Python and Java, and with "kinda weird" database to build upon. :) On Wed, Apr 21, 2010 at 4:52 PM, Wooble wrote: > > > On Apr 21, 9:47 am, Matlab wrote: > > Hi friends, > > I'm new at this forum and hope that everything

Re: [google-appengine] How to deploy .Net App on Google App

2010-04-21 Thread mloftis
It isn't. It may never be. .Net is a Microsoft specific language. App engine uses sets of API's for python or java and your app must be written with these API's in one of those two open languages. -Original Message- From: SuNiL Date: Wed, 21 Apr 2010 05:38:47 To: Google App Engine S

[google-appengine] Re: relationship...

2010-04-21 Thread Wooble
On Apr 21, 9:47 am, Matlab wrote: > Hi friends, > I'm new at this forum and hope that everything will be 'OK'... > > My question is that what is the relationship between GAE and GWT? > > Thanks in advance, > Matlab They're both made by Google and they both have something to do with the web. Ot

Re: [google-appengine] Invalid URL exception on appengine server

2010-04-21 Thread Jody Belka
The first thought that comes to mind is the length of the url. Just looking at the url it's very long, and iirc there's a limit to how long it can be. Maybe you're hitting that limit? On 21 April 2010 13:49, Maxime wrote: > Hi, > > I am facing an issue I don't understand when I deploy my app on

[google-appengine] Re: How to deploy .Net App on Google App

2010-04-21 Thread Wooble
On Apr 21, 8:38 am, SuNiL wrote: > Hello All, > > I am new with Google app. deployment. I want to deploy my .Net > application on the google app. How can it be possible? You can't do that, unless someone's implemented .Net on the JVM. -- You received this message because you are subscribed to

[google-appengine] Re: Inbound emails on own domain

2010-04-21 Thread akakunin
Hi! Thank you very much for answers! On Apr 21, 5:49 pm, Wooble wrote: > > Google Apps comes with email service; you can set up the forwarding > there without running your own server.  You can either do it for > individual addresses by creating accounts and setting up forwarding in > Gmail, or se

[google-appengine] Discussion on google-app-engine-open-source-projects

2010-04-21 Thread bowman.jos...@gmail.com
Can the contacts for gaeutiltities, top project, be changed to bowman.jos...@gmail.com? the link there is to the old google code hosted project, which I believe is causing some confusion as I've moved it to github. -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] relationship...

2010-04-21 Thread Matlab
Hi friends, I'm new at this forum and hope that everything will be 'OK'... My question is that what is the relationship between GAE and GWT? Thanks in advance, Matlab -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: Having trouble updating my app

2010-04-21 Thread Kimia
I see you app, it is a sample Hello World application, but can you make it run on your local system? On Apr 21, 5:57 am, Will Tran wrote: > Hi, > > I am running appcfg.py and the credentials are correct. It seems to > have uploaded the new files but continuously is stuck with the message > "Check

[google-appengine] Re: my domains not work in GAE, 通过GAE安装的域名无法访问了

2010-04-21 Thread Kimia
ghs.google.com has been blocked from China Mainland, but of cause you can visit by a proxy On Apr 21, 2:25 pm, zooly zou wrote: > xx.appspot.comisok! > > 2010/4/21 Will > > > > > Yes, your guess is correct, it is because of GFW. > > > Will > > > 2010/4/20 时空之蕊 > > > 以前可以通过自己的域名访问GAE程序,目前在中国大陆无法

[google-appengine] Invalid URL exception on appengine server

2010-04-21 Thread Maxime
Hi, I am facing an issue I don't understand when I deploy my app on google servers (it works fine when I run it on the local dev server): I get an invalid URL exception when I try to connect to the OpenCalais API, with a GET method in JAVA. This is the URL I am trying to connect to (URL encoded)

Re: [google-appengine] Having trouble updating my app

2010-04-21 Thread Kimia
I see you app, it just a Hello World application, but can you run it on your local system? Will Tran wrote: > Hi, > > I am running appcfg.py and the credentials are correct. It seems to > have uploaded the new files but continuously is stuck with the message > "Checking if new version is ready to

[google-appengine] Re: Prerelease: New Appengine Bulkloader

2010-04-21 Thread Jayz
A welcome improvement over the previous one. I tried this one on my java app. There is a small concern, the generated yaml file contains duplicate properties (with the message "# Warning: This property is a duplicate, but with a different kind.") I had to comment out all the duplicate properties to

[google-appengine] How to deploy .Net App on Google App

2010-04-21 Thread SuNiL
Hello All, I am new with Google app. deployment. I want to deploy my .Net application on the google app. How can it be possible? Thanks in Advance -- 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

[google-appengine] Error with DOS

2010-04-21 Thread Jairo Vasquez
Hi, I'm getting this error when I'm updating: Error 400: --- begin server output --- Error while parsing yaml file: Unable to assign value '94.23.225.10' to attribute 'subnet': 'module' object has no attribute 'IPNetwork' Please let me know -- Jairo Vasquez Moreno Mentez Developer www.mentez.c

[google-appengine] Re: Catch-all forwarding help

2010-04-21 Thread Mark
Cool that works, thanks Stephan. On Apr 21, 6:32 am, Stephan Hartmann wrote: > Usually, just calling > > chain.doFilter(req, res) > > would do the trick. > > 2010/4/21 Mark > > > > > > > Hi, > > > I am trying to use a catch-all filter to support something like > > mod_rewrite on apache. The goal

[google-appengine] Re: Inbound emails on own domain

2010-04-21 Thread Wooble
On Apr 21, 5:02 am, akakunin wrote: > Actually, it is not a problem to setup mail in Google Apps, problem, > how to make emails, sent to this domain (used for hosting GAE > application) come into my MailHandler in my GAE application. > > So, looks like only option to setup own mail-server for my

[google-appengine] Re: impersonation in task queue

2010-04-21 Thread Wooble
On Apr 21, 1:12 am, Bhavana wrote: > In my application i need to send mail to more than 1000 people,so for > this i used task queue.but now my problem is other than admin no one > can send mail from my application. the errror ' unauthorised sender ' > is raising. Even the person who is in that a

Re: [google-appengine] Catch-all forwarding help

2010-04-21 Thread Stephan Hartmann
Usually, just calling chain.doFilter(req, res) would do the trick. 2010/4/21 Mark > Hi, > > I am trying to use a catch-all filter to support something like > mod_rewrite on apache. The goal was to let users enter a username in > the url like: > > www.mysite.com/johndoe > > and then I would

[google-appengine] Catch-all forwarding help

2010-04-21 Thread Mark
Hi, I am trying to use a catch-all filter to support something like mod_rewrite on apache. The goal was to let users enter a username in the url like: www.mysite.com/johndoe and then I would generate a page for the user on the fly. I got help here creating this filter to do that (which points

[google-appengine] Feature Request - viewable task payload in dashboard

2010-04-21 Thread Blake
Sometimes a task keeps failing and retrying, which is great, but I'd like to be able to view the payload in the dashboard to see what it's choking on. I'm using logging right now to get around this, which is fine, but viewing the payload from the dashboard would be cool. Anyone agree? -- You re

[google-appengine] Re: will GAE support private cloud?

2010-04-21 Thread disorderdev
Yes, you're right, I sell it to customers, but that would be difficult to upgrade, and customer has to hire someone to maintains the GAE, I just hope google can provide a much easier way. On Apr 21, 12:13 am, Wooble wrote: > You can sell your code to the customer and have them deploy it to an > a

[google-appengine] Re: Implementing a follower system similar to Twitter?

2010-04-21 Thread Mark
Hey Martin, thanks for sharing your code! I will have a read through it today. I initially wanted to try a very naive and simple approach. Something like (I am using java btw): class User { @PrimaryKey private String mUsername; } class Follow { @PrimaryKey @Pe

[google-appengine] Re: The API call mail.Send() required more quota than is available.

2010-04-21 Thread suri
I made speed 1/m and fetching limit less then it's not showing that exception but task queue is send mail again and again to same email id. Any solution for this problem? Thanks in advance On Apr 21, 9:51 am, suri wrote: > Thanks Wooble for reply, > actually I made speed to 1/m but then also it r

[google-appengine] Re: Warning: This request caused a new process to be started for your application

2010-04-21 Thread nasim
This is very bad. I have a cron task that runs every minute. I don't need to see this message every minute in my log. Please make it go away. On Apr 21, 8:44 am, Tim Hoffman wrote: > Looks like app engine is now logging when a new instance is started > up. > > These warnings correspond with my ow

[google-appengine] Re: Inbound emails on own domain

2010-04-21 Thread akakunin
Actually, it is not a problem to setup mail in Google Apps, problem, how to make emails, sent to this domain (used for hosting GAE application) come into my MailHandler in my GAE application. So, looks like only option to setup own mail-server for mydomain.com and automatically forward all emails

[google-appengine] Re: Security

2010-04-21 Thread Valentino Hankypants
thx ikai, this paper fits my needs, writing some pages about security in google app engine in my master thesis greatz valentino On Apr 14, 8:19 pm, "Ikai L (Google)" wrote: > Here's a white paper that we have about Google Apps. Many of the same > principles apply. Do you have any specific questi

[google-appengine] Re: Warning: This request caused a new process to be started for your application

2010-04-21 Thread Tim Hoffman
Looks like app engine is now logging when a new instance is started up. These warnings correspond with my own logging of an instance startup. T On Apr 21, 11:14 am, Kyle Jensen wrote: > I'm seeing a ton of these warnings today: > > "This request caused a new process to be started for your appli