[google-appengine] Re: Using GAE as external storage

2010-06-04 Thread ctran
Google Storage for Developers or use S3 is much more suitable for your purpose. On Jun 3, 1:18 pm, Maaartin wrote: > I'm very new to GAE. I'm thinking about using GAE for storing huge > quantities of data, sent and retrieved by a client. What I mean looks > more like a remote file system then lik

[google-appengine] Re: Links added to page contents.

2013-03-23 Thread ctran
That's from spammers. On Mar 22, 2:20 pm, RRRaney wrote: > Hello, > > I know that Google AppEngine is a free service for small users. > > About one month ago I deployed a new version of my web-site. > > When I checked it today I noticed that links have been added for many of > the words in the co

[google-appengine] Image reflection effect

2008-08-28 Thread ctran
Has anyone tried to produce the reflection effect using the current images API? --~--~-~--~~~---~--~~ 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@googlegr

[google-appengine] Re: problem with Google App Daily Limit

2008-09-23 Thread ctran
The quota is for each application, has nothing to do with how many e- mail accounts you created. On Sep 21, 1:34 pm, flyingshadow <[EMAIL PROTECTED]> wrote: > Dear All, > > I created a google app with my domain to use along with my marketing > campaign. > I'm using 200 smtp accounts created with

[google-appengine] Re: Can I run Mapreduce on google app engine ?

2009-12-09 Thread ctran
This is on the road map but for now you can try http://code.google.com/p/httpmr/ On Dec 9, 7:26 am, wenhao wen wrote: > I want to implement mapreduce on app engine. > How to configure? Did any one try that? -- You received this message because you are subscribed to the Google Groups "Google Ap

[google-appengine] Support for datastore backup/archive

2008-10-08 Thread ctran
Please voice your support if you find this is necessary for your applications: http://code.google.com/p/googleappengine/issues/detail?id=776 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: Support for datastore backup/archive

2008-10-08 Thread ctran
an app and its datastore entities now? > > On Oct 8, 8:47 am, ctran <[EMAIL PROTECTED]> wrote: > > > Please voice your support if you find this is necessary for your > > applications: > > >  http://code.google.com/p/googleappengine/issues/detail?id=776 --~--~-~--~

[google-appengine] Re: Suggestions for Datastore backup

2008-10-20 Thread ctran
You may want to star this request: http://code.google.com/p/googleappengine/issues/detail?id=776 On Oct 20, 1:25 pm, Tom <[EMAIL PROTECTED]> wrote: > A continuing concern on my part is how I am going to manage backups, > revisions, and integrity of the data behind my app.  There are > numero

[google-appengine] Re: Whoops, GAE Cookbook is broken.

2008-10-27 Thread ctran
Are you saying it's not safe to use str(obj.key()) in the url? On Oct 27, 11:20 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for the report.  Let this be a lesson that using the raw key string > in a URL is not the best idea, it's better to go with a key_name or key_id > :) >

[google-appengine] Re: Whoops, GAE Cookbook is broken.

2008-10-28 Thread ctran
OK. Thanks. On Oct 27, 12:37 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > It's not unsafe, but depending on the size/shape of your entity groups can > be unsightly and lead to very long URLs. > > -Marzia > > On Mon, Oct 27, 2008 at 10:35 AM, ctran &

[google-appengine] Re: Django + GAE

2008-10-29 Thread ctran
I strongly recommend going with Django 1.0 since it's much easier to find the correct help/documentation. Otherwise you may run into strange things with 0.96. The easiest way to use Django 1.0 with AppEngine is appengine patch. I got the whole thing working under 5 minutes (using the sample pro

[google-appengine] Re: Saving files in Google app engine

2008-11-13 Thread ctran
No file access is allowed. You have to use the datastore API to store it. On Nov 13, 2:59 pm, jens <[EMAIL PROTECTED]> wrote: > Hello! > > Would it be possible to save files from a web page in the app engine? > If i have a html form and enter som text is it then possible to save > that text to

[google-appengine] Re: No module named gdata.docs.service

2008-12-01 Thread ctran
You need to download this module and include it in your project. On Dec 1, 5:42 am, Kevin <[EMAIL PROTECTED]> wrote: > I am getting an error message in my development environment when I > attempt to load a page: > > No module named gdata.docs.service > > The top of the .py file is: > > import os

[google-appengine] Re: urlencode in app engine templates

2009-01-02 Thread ctran
Look at the source instead of what the browser tells you: you'll see that is encoded (with %20) On Jan 1, 4:54 am, Remis B wrote: > Hi Everyone > > I need to url encode an string in the template. In django template > language reference I saw documentation for filter "URLENCODE" which > "Escapes

[google-appengine] Re: Will Google support a relational database in the future?

2009-04-10 Thread ctran
I can definitely see your need. I know Heroku offers this kind of service, if you don't mind using Rails :-) On Apr 9, 1:41 pm, Marcel Overdijk wrote: > Hi Micheal, > > Just 1 db is fine enough for me. > I would choose a cloud platform because I don't want to maintain the > hardware myself and

[google-appengine] Re: Redirect all calls to appengine url to my Google Apps url

2009-04-18 Thread ctran
Try this: http://appengine-cookbook.appspot.com/recipe/redirect-from-appspot-to-your-domain On Apr 18, 9:18 am, "richardcur...@googlemail.com" wrote: > I know in principle how to redirect. > > The point is, all appengine python handler classes are identical for > both > > http://example.apps

[google-appengine] Re: Please star this if you want datastore backups

2011-03-19 Thread ctran
Have you tried this on large data set? On Mar 19, 12:46 pm, nickmilon wrote: > @nischalshetty in python you have to enable it in appl.yaml: > builtins: > - datastore_admin: on > > It seems not yet available in > javahttp://code.google.com/appengine/docs/adminconsole/datastoreadmin.htm... > > sor