[google-appengine] Re: Status code : 200 but not showing result

2009-05-23 Thread S K
No Paul I not using anything like that, please can you tell me how can I solve my Email issue Kalyan On Fri, May 22, 2009 at 5:57 PM, Paul Kinlan paul.kin...@gmail.com wrote: Sorry, I meant the Google App Engine dashboard that you use to manage your applications. Paul. 2009/5/22 S K

[google-appengine] Re: Is it possible to create a file on App Engine server ?

2009-05-23 Thread Dog Eata
Thank you for the idea. Here is the java code I use in the servlet and it works nicely : protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { ServletContext context = this.getServletContext(); String fileName =

[google-appengine] Re: Static files expire immediately?

2009-05-23 Thread Kjartan
You can define the expiration time for static files application wide using default_expiration handler in app.yaml. You may also use the expiration handler for static directories. See more here: http://code.google.com/appengine/docs/python/config/appconfig.html Cheers, Kjartan S. On May 22,

[google-appengine] Re: Error in code send Email

2009-05-23 Thread GregF
If this is using the SDK, it does not send messages by default - you even need to add an argument to appcfg.py to show the message body in the logs. If it is on production, then make sure you have supp...@example.com set up as an admin user. If you read the docs for the mail API, it tells you

[google-appengine] Re: Building indexes stuck

2009-05-23 Thread Dejan Juric
Hi, I'm having the same problem with the app quickbookmarkcom. I cannot delete the indexes and they have been in the Building state for the last couple of days. Could somebody have a look at it (move them to error state?). Thanks, Dejan On 22 Mai, 23:52, Jeff S (Google) j...@google.com wrote:

[google-appengine] Re: Too Many Versions (403) Error on Deploy

2009-05-23 Thread Nick Winter
I can't upload any more due to a Too Many Versions error, as of this morning. I did five uploads this morning, switching between versions 7 and 8 (which we've been using for a long time). But without any change, everything results in 403, now, to either version. I tried deleting versions 1-6,

[google-appengine] Re: Too Many Versions (403) Error on Deploy

2009-05-23 Thread Nick Winter
Okay, I was just able to upload again. Weird! Hope that it's fixed, now. --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Static files expire immediately?

2009-05-23 Thread Shedokan
Thanks, next time I should read the documentation first. On 23 מאי, 12:18, Kjartan kjartansverris...@gmail.com wrote: You can define the expiration time for static files application wide using default_expiration handler in app.yaml.  You may also use the expiration handler for static

[google-appengine] alternative to multiple updates in single transaction

2009-05-23 Thread hawkett
Hi, I have a situation where I need an entity to store a reference to itself, in much the same way as the value of the 'parent' field for the root of an entity group stores it's own key. As with entity groups, its not all records that point to themselves, but some do, and in my use case it

[google-appengine] Re: Creating a Web Service with App Engine

2009-05-23 Thread Jordi Suñer Lazaro
IBM web service http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt3/ 2009/5/23 Josu jordisu...@gmail.com Hello, I would like to create a web service in python to run in App Engine. This service will be called from PHP and/or .NET What is the module that

[google-appengine] Re: Creating a Web Service with App Engine

2009-05-23 Thread Jordi Suñer Lazaro
http://www.slideshare.net/catherinewall/castles-in-the-cloud-developing-with-google-app-engine 2009/5/23 Jordi Suñer Lazaro jordisu...@gmail.com IBM web service http://www.ibm.com/developerworks/opensource/library/os-eclipse-mashup-google-pt3/ 2009/5/23 Josu jordisu...@gmail.com Hello,

[google-appengine] Re: application configuration file not found

2009-05-23 Thread Lloyd Dube
Hi,i had the same problem.Solved by moving the helloworld directory out of google_appengine. so now i call the command as follows: google_appengine/dev_appserver.py ./helloworld/ Both google_appengine and helloworld directory are sitting together in a directory i created named Projects. Hope it

[google-appengine] Re: Error starting dev server

2009-05-23 Thread OkaMthembo
Hi, Solved by moving the helloworld directory out of google_appengine. so now i call the command as follows: google_appengine/dev_appserver.py ./helloworld/ Both google_appengine and helloworld directory are sitting together in a directory i created named Projects. Hope it helps, Lloyd Dube On

[google-appengine] Storing a python dictionary in the data store

2009-05-23 Thread dolsen
I have a dictionary of word counts that I need to store. Is there a way I can store them in the data store and pull them back out as a dictionary? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Watermarking with Image Composite

2009-05-23 Thread Mick
Hello, I'm trying to create a watermark on an image by using the app engine images composite function. However the function doesn't seem to respect the transparency in my overlay image, which is just a copyright symbol. It fills the transparent area with white so the final output looks like this

[google-appengine] Re: Getting 404 when there are spaces in the URL

2009-05-23 Thread Mick
Yep here it is... application: blah blah version: 4 runtime: python api_version: 1 handlers: - url: /portfolio static_dir: portfolio - url: /css static_dir: css - url: /scripts static_dir: scripts - url: /images static_dir: images - url: /images-global static_dir: images - url:

[google-appengine] Re: New to GAE and have a few questions

2009-05-23 Thread 风笑雪
1. You have 1 datastore per application.But you can add a user property in your model to identify the record belongs to whom. 2. It allows exporting, but you need to manage it by yourself since standard tool will retrieve all the data.

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-05-23 Thread fedestabile
Thanks Jeff, it's working fine now :) Cheers, Fred On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote: Fred, I've reset the indexcountso you should be all set. Kaspars I've reset the indexquotaforyourapp as well and it looks like you had some indexes which were stuck in the building