[google-appengine] Re: users.is_current_user_admin() returns False incorrectly

2009-12-24 Thread Wooble
On Dec 24, 2:09 am, kksm19820117 wrote: > users.is_current_user_admin() returns true when I log in as an > administrator from the deployment server, but returns false when I log > into the uploaded application using an administrator account of the > domain which has access to the application. >

[google-appengine] Integrating websockets with appengine applications

2009-12-24 Thread Takashi Matsuo
Hi, Let me share my trial implementation with you. http://takashi-matsuo.blogspot.com/2009/12/integrating-websockets-with-appengine.html Recently, not quite a few people asked about how to use websockets on appengine. IMHO, current appengine itself is not so suitable for those architecture(pseudo

Re: [google-appengine] Re: Query the Index

2009-12-24 Thread Michael Chan
Saw someone post this earlier, hope you find this useful http://gae-java-persistence.blogspot.com/2009/10/executing-batch-gets.html On Thu, Dec 24, 2009 at 3:17 AM, Julian Namaro wrote: > I don't think an index can help you for that. > See Robert's solution or if the list of categories doesn't c

[google-appengine] Re: Images API questions

2009-12-24 Thread Nickolas Daskalou
Thanks Jason, I'll play with it and see how I go :) On Dec 24, 12:19 pm, "Jason (Google)" wrote: > I just threw together a small test application and it looks like the > combined size of all image inputs has to be less than 1 MB. So in other > words, you can composite 10 100 KB images but not 11

[google-appengine] Re: Introducing App Engine SDK 1.3.0

2009-12-24 Thread Michael
As far as i can understand, that's not a consistent backup. Can we expect a service for making consistent snapshots of DB? On Dec 16, 1:51 pm, "Nick Johnson (Google)" wrote: > Backup and restore functionality has been present for some time, > see:http://code.google.com/appengine/docs/python/tool

[google-appengine] changing arguments of a POST message

2009-12-24 Thread dhruvg
hey, i was wondering if it is possible to change the arguments of a post message in python gae. let's say i have an incoming post message with arguments x, y, z and values 0, 1, 2 respectively. so the post should look something like this: x: 0 y: 1 z: 2 i want to transform this post message to:

[google-appengine] I found a way to download files over 1M through UrlFetch API Call

2009-12-24 Thread Steven Lee
UrlFetch API Call limit 1M, but we can use httpURLConnection.setRequestProperty("Range", "bytes=from-to"); to partially download every segments, and I have post a code on my blog, feel free to have a look http://blog.rubypdf.com/2009/12/24/how-to-use-google-app-engine-urlfetch-api-to-download-the-f

[google-appengine] gae transparent icon / gif we may use and flexible reply-to email handling

2009-12-24 Thread niklasro.appspot.com
Dear gae team and developers, looking for 1. a transparent icon / gif we may display rather exactly like http://code.google.com/appengine/docs/python/images/transform_resize_after.jpg and transparent and 2. whether it's allowed to use any origin email sender from a google apps domain ie not having

[google-appengine] Re: Live update - Comet app in GAE

2009-12-24 Thread niklasro.appspot.com
On Dec 22, 5:00 pm, Carlos Alberto Machado wrote: > The problem is with CPU quotas. > > On Dec 22, 12:10 am, Jake wrote: > > > > > Never understood the advantage with comet over polling... just poll. > > > On Dec 21, 8:08 pm, Carlos Alberto Machado > > > wrote: > > > Hi, > > > > How can I buil

[google-appengine] Re: I found a way to download files over 1M through UrlFetch API Call

2009-12-24 Thread niklasro.appspot.com
On Dec 25, 1:38 am, Steven Lee wrote: > UrlFetch API Call limit 1M, but we can use > httpURLConnection.setRequestProperty("Range", "bytes=from-to"); > to partially download every segments, and I have post a code on my > blog, feel free to have a > lookhttp://blog.rubypdf.com/2009/12/24/how-to-us

[google-appengine] can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
thanks. -- 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. For more options,

[google-appengine] Re: how to delete a table/entity?

2009-12-24 Thread ajaxer
your method is right but the limit is there what ever methods we use. and you didn't get what i mean. because the offset is limited to 1000. i can not sort data by fields in results more than some limited items with out the offset limit, we can do it easily. On 12月24日, 上午2时10分, Andy Freeman w

Re: [google-appengine] can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
On Thu, Dec 24, 2009 at 10:14 PM, ajaxer wrote: > thanks. Er... what are you talking about? Elaborate? Domain's IP? -- 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.

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
Domain's IP On 12月25日, 下午1时16分, OvermindDL1 wrote: > On Thu, Dec 24, 2009 at 10:14 PM, ajaxer wrote: > > thanks. > > Er... what are you talking about?  Elaborate?  Domain's IP? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to t

Re: [google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
On Thu, Dec 24, 2009 at 10:34 PM, ajaxer wrote: > Domain's IP But what about? Are you wanting to do a DNS to IP lookup, that is simple to do and python can do it itself no problem, nothing at all relating to GAE about that, or are you talking about something else? -- You received this message

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
how to do with python in gae? On 12月25日, 下午1时40分, OvermindDL1 wrote: > On Thu, Dec 24, 2009 at 10:34 PM, ajaxer wrote: > > Domain's IP > > But what about? > > Are you wanting to do a DNS to IP lookup, that is simple to do and > python can do it itself no problem, nothing at all relating to GAE

Re: [google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
2009/12/24 ajaxer : > how to do with python in gae? Look at the tutorials. And do resolve a domain name to a list of possible IP's in Python, do: import socket a = socket.gethostbyname_ex('google.com') The variable "a" will then contain a 3-tuple, with the 3rd element being a list of possible

[google-appengine] Re: Images API questions

2009-12-24 Thread niklasro.appspot.com
On Dec 24, 1:19 am, "Jason (Google)" wrote: > I just threw together a small test application and it looks like the > combined size of all image inputs has to be less than 1 MB. So in other > words, you can composite 10 100 KB images but not 11 or higher. > > I haven't explicitly tested composite w

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread stackoverflow.com/users/108207/larson
more extensive is something like your classic instruction dig: http://linux.about.com/od/commands/l/blcmdl1_dig.htm -- 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 u

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
seems not working under gae. On 12月25日, 下午1时56分, OvermindDL1 wrote: > 2009/12/24 ajaxer : > > > how to do with python in gae? > > Look at the tutorials. > > And do resolve a domain name to a list of possible IP's in Python, do: > > import socket > a = socket.gethostbyname_ex('google.com') > > The

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
inside gae please. On 12月25日, 下午2时21分, "stackoverflow.com/users/108207/larson" wrote: > more extensive is something like your classic instruction > dig:http://linux.about.com/od/commands/l/blcmdl1_dig.htm -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] when will gae go beyond from being a toy?

2009-12-24 Thread ajaxer
1. friendly and useful data import and export tools 2. limited offset to a fairly acceptable and almostly unlimited offset 3. add, pending or remove cron jobs from control panel 4. naked domain name binding, having no relevance with google apps or google sites. 5. unique ip address. 6. abilities of