[google-appengine] Re: Alternate Upload Tools...

2009-01-11 Thread adelevie
there is probably no alternative method. work on fixing the appcfg.py method. On Jan 10, 8:20 am, ramu rslet...@gmail.com wrote: First of all, thanks for this great product. Now I feel myself *how much* time I wasted looking for a free reliable PHP host since last 2 month. It was 2 days back

[google-appengine] Re: Restrict entire app access by IP? (for stage server)

2009-01-11 Thread Alexander Konovalenko
On Fri, Jan 9, 2009, Andrew Yates drewyate...@gmail.com wrote: Hi, is there a way to deny/allow IPs for in-house, private staging servers on App Engine like one could create in Apache in the config or .htaccess settings? I think there isn't. See also issue 644:

[google-appengine] Re: External database dump

2009-01-11 Thread Greg Temchenko
I guess you have to split your XML file and work with it by steps. Did you see how bulkloader works? On Jan 11, 2:04 pm, gabon nuthink...@googlemail.com wrote: I would like to use GAE with the data created and maintained in a different application in a different server. My solution was to

[google-appengine] Re: New Project : PHPGeoCache For Local Storage and Google App Engine

2009-01-11 Thread Alper
Hi, There is a change in the name of project from PHPGeoCache to PHPGeoTiles. New Address is as http://www.geowebdeveloper.com/phpgeotiles/ By the way, the version is also updated to 0.2 with new feature : ArcGIS Server REST API to Google App Engine :) Sorry for the conflict. Thanks. Alper

[google-appengine] Re: External database dump

2009-01-11 Thread gabon
I started optimizing everywhere. Now I have a textarea input where I paste a json string (I presume is faster to parse than xml). I still got problems. Is it really the solution to split the operation in more manual steps? Is it not possible to have an automatized and longer process, giving for

[google-appengine] How to upload APP through an *proxy server with basic authentication* .

2009-01-11 Thread ramu
Dear Google App Engine Developer , I am halfway completing my real app but can't get a way to upload this basic learning hello world app. Please Help Me. I am ataching the error logs as screen shoot. Thanks in advance. Error :

[google-appengine] Re: External database dump

2009-01-11 Thread Gipsy Gopinathan
I think one other wired way of achieving this will be to go for a javascript Ajax solution. Let the javascript in browser do the xml parsing and hit appengine for each entities via an Ajax request. in this case you have the control of including a wait period between your calls. cheeers gipsy

[google-appengine] Re: App Engine Deep Zoom of 100 Megapixel image

2009-01-11 Thread Tom
Fun! Good work On Jan 10, 2:19 am, antsyawn antsy...@gmail.com wrote: I thought I'd post a mashup I put together using App Engine. It uses Microsoft Seadragon and Lovepixel's 1x1 cityscape. The Seadragon data weighs in at 93mb and is composed of over 2000 files. I recommend

[google-appengine] Re: External database dump

2009-01-11 Thread djidjadji
Bulkloader is a GAE util http://code.google.com/appengine/articles/bulkload.html It reads CSV files but maybe you can rewrite it to read XML files 2009/1/11 gabon nuthink...@googlemail.com: With bulkloader, you mean the actionscript 3 library?

[google-appengine] Re: External database dump

2009-01-11 Thread Greg Temchenko
I mean GAE data uploader. You can read here: http://code.google.com/appengine/articles/bulkload.html It splits a csv file into 10 lines requests and inserts it step by step. On Jan 11, 3:45 pm, gabon nuthink...@googlemail.com wrote: I started optimizing everywhere. Now I have a textarea input

[google-appengine] Google Frontend server and multimedia content for iPhone

2009-01-11 Thread dloomer
I'm trying to stream a small .mp4 movie from my app to an iPhone, and can't avoid getting a This Movie Could Not Be Played error in the iPhone movie player. This is by simply providing an HTML link to the content (I've also tried embedding using object tags with no more success). I've narrowed

[google-appengine] Re: External database dump

2009-01-11 Thread gabon
Well, Bulk Data Uploader seems definitely very useful. What if I would like to update the records? (every now and then) Thanks, chr On Jan 11, 3:31 pm, Greg Temchenko soid@gmail.com wrote: I mean GAE data uploader. You can read here:http://code.google.com/appengine/articles/bulkload.html

[google-appengine] Re: polish locale in app engine

2009-01-11 Thread Brett Slatkin
On Sat, Jan 10, 2009 at 10:29 AM, Greg Temchenko soid@gmail.com wrote: I have the same trouble with russian locale. I tried to use 'ru', 'ru_RU', and 'ru_RU.UTF-8' and everytime I get the message locale not supported. I have no idea. It seems GAE supports locale not well... On Dec 31

[google-appengine] Weird problem with Reportlab + ImageReader + urlfetch

2009-01-11 Thread NewPyHacker
Hi, I spent a lot of time trying to figure out ways to embed images in pdf , I tried all sorts of stuff and hacks but stuck at this problem. 1.) I want to embed a google chart http://chart.apis.google.com/chart?cht=p3chd=t:60,40chs=250x100chl=Hello|World 2.) hence I do: graphtoembed =

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-11 Thread Jove
Hi benzrad, Go ahead adding that code to your app.yaml. It works for my site on GAE. Few more informations: * I put the canvas.html and rpc_relay.html on %AppHome%/media/ folder * Add the following code at the begining of app.yaml. Make sure those handles are registered **before** other

[google-appengine] Re: Support for Decimal in Datastore?

2009-01-11 Thread eric.humphrey
If you're adding a bunch of these up, it would be unneeded overhead. Those building apps that handle financial data or other numerics that require precision need the decimal data type. On Dec 5 2008, 7:25 am, Justin justin.drisc...@gmail.com wrote: Why not store the value as a string in the

[google-appengine] How can I edit Entity by query use key.id?

2009-01-11 Thread BigMouth Li
Hi: In PHP: get the id like http://...?id=2,and: mysql_query(update Note set coulm='value' where id='$_GET[id]') In Google app engine: step 1: id=int(self.request.get('id')) #get ID step 2: (does not work!) - query = db.GqlQuery(SELECT * FROM

[google-appengine] PostalAddressProperty

2009-01-11 Thread todu
Not sure if I am understanding the datastore model correctly . I am looking to store, address, zip, county in a model and then be able to query by say zip or city or county. Can just one field with the PostalAddressProperty be used or do I need to duplicate data .. given I am not sure if

[google-appengine] The Chinese SDK version is 1.1.0 ,WHY?

2009-01-11 Thread WaChepai
I download the Google App Engine SDK from google, the Chinsese version is 1.1.0 but the English version is 1.1.7 , Just why? http://code.google.com/intl/zh-CN/appengine/downloads.html Windows 1.1.0 - 5/28/08 GoogleAppEngine_1.1.0.msi 2.5 MB e0c0bc69e8005fbf338ef40ea569f890b25ea011 But,

[google-appengine] Can not delete entity using Data Viewer and a GQL query.

2009-01-11 Thread murexconsult...@googlemail.com
There was a bug in my app and some bad data got into the Datastore. So I want to delete some data. The models have a number of items so rather than paging through them all 20 at a time to find it I ran the GQL query: SELECT * FROM UserUpdates WHERE windAngle=328 This returns one row as

[google-appengine] Re: BadRequestError: offset may not be above 4000

2009-01-11 Thread Alexander Kojevnikov
The offset is applied _after_ the query is executed and the entities are fetched. Re-read the Executing the Query and Accessing Results section from http://code.google.com/appengine/docs/datastore/creatinggettinganddeletingdata.html So, using offset to go through all your entities is not a good

[google-appengine] Re: How can I edit Entity by query use key.id?

2009-01-11 Thread Alexander Kojevnikov
Step 2: entity = Note.get_by_id(id) which is actually a shortcut for: entity = Note.get(db.Key.from_path('Note', id)) or, if you insist on using GQL: entity = Note.gql('WHERE __key__ = :1', db.Key.from_path('Note', id)).get() ...but it's less efficient.

[google-appengine] Re: user login URLs in html/javascript

2009-01-11 Thread thebrianschott
Gipsy, Yes I finally got the signout link, also. It was tricky because it never appeared in the address bar, so I had to read it from the status bar and transcribe it manually into code. For reference sake this is the link I got. I think anyone could use it but with their own appspot.com link

[google-appengine] Re: Creating a short unique URL for an entity

2009-01-11 Thread Mahmoud
Just create a random n-character string for each document. Do that in put() before the entity is saved for the first time. Choose n based on what risk of collision (two documents having the same randomly generated slug) is practical. I say n=6 is pretty good. On Jan 10, 10:24 am, Jesse Grosjean

[google-appengine] Re: Announcing: System Status Dashboard, Quota Details Page, and a Preview of Billing

2009-01-11 Thread altden
What about memcache? I could not find prices (or even quotas) for memcache API. On Jan 8, 2:00 pm, Marzia Niccolai ma...@google.com wrote: Hi, First, regarding Google Checkout - this will be the only method of payment available when billing launches, however, we are still committed to

[google-appengine] Re: Creating a short unique URL for an entity

2009-01-11 Thread Bill
Why worry about risk of collision when you can generate relatively short urls using the Kind string and the id of the entity? Here's one of the first recipes in the cookbook: http://appengine-cookbook.appspot.com/recipe/mapping-keys-to-urls On Jan 11, 5:21 pm, Mahmoud mahmoud.ar...@gmail.com

[google-appengine] Re: user login URLs in html/javascript

2009-01-11 Thread Gipsy Gopinathan
I am gald that you have resolved it. But still still wondering why you have to hard code these links On Sun, Jan 11, 2009 at 4:48 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, Yes I finally got the signout link, also. It was tricky because it never appeared in the address bar, so I

[google-appengine] versions share db?

2009-01-11 Thread Roman
It appears that different versions of an app share the db. Do they share other stuff? Is it possible to have a separate db for each version? A pointer to a precise definition of what constitutes a version of an app would be appreciated (http://code.google.com/ appengine/docs/configuringanapp.html

[google-appengine] Re: user login URLs in html/javascript

2009-01-11 Thread thebrianschott
Gipsy, It is a consequence of my chosen design, to allow both clients and organizers to enter the app via the same door. This way the organizers can identify themselves before they enter the app so that they need not be asked later who they are, because I was having difficulty coding something

[google-appengine] Re: Limit on number of entities per transaction

2009-01-11 Thread ryan
if you mean in a single db.put() or db.delete() call, yes, the limit is 500. if you mean in an actual datastore transaction, with multiple put/delete calls, then no, there's no limit, just the overall http request deadline. --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Limit on number of entities per transaction

2009-01-11 Thread Jai H
Thanks for the prompt response. I meant the datastore transaction as I was looking to see how many put calls should I have to guarantee that I hit no limits. On Sun, Jan 11, 2009 at 9:05 PM, ryan ryanb+appeng...@google.comryanb%2bappeng...@google.com wrote: if you mean in a single db.put() or