[google-appengine] Re: Help with iGoogle public key

2009-07-12 Thread Rohannes
OK, I've managed to get the public key out of the certificate using pyasn1. The certificate field is called subjectPublicKey and is given in binary but is easily converted to 26986751662544233813308233490040929724036836689134352508336892340973437966092066

[google-appengine] Re: Help with iGoogle public key

2009-07-12 Thread Rohannes
OK I think I found it. I got the certificates from https://www.igoogle.com/opensocial/certificates/xoauth_public_key and https://www.igoogle.com/opensocial/certificates/xoauth_signature_publickey and read the details in Firefox. They both give the same public key: Modulus (1024 bits): d6 b9 e1

[google-appengine] Re: Help with iGoogle public key

2009-07-12 Thread Rohannes
Got it working. Nevermind the above post -- wrong certificate. --~--~-~--~~~---~--~~ 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 To

[google-appengine] Does App Engine support xml.dom.minidom?

2009-07-12 Thread Jason Salas
I've been trying to use the xml.dom.minidom parser to read-in XML data for an app I'm building and App Engine always throws an error whenever I reference the minidom.parse() method in my code. Here's the code: from xml.dom import minidom from google.appengine.api import urlfetch class

[google-appengine] Re: Does App Engine support xml.dom.minidom?

2009-07-12 Thread Andi Albrecht
Hi Jason, there's something wrong in your code example. You can't parse result with minidom. I think it should be something like from StringIO import StringIO import logging [...] try: dom = minidom.parse(StringIO(result.content)) except: logging.exception('Failed to parse XML:')

[google-appengine] Re: SMS account verification confusion...

2009-07-12 Thread Wooble
If you've already confirmed the account and were able to create an application, you don't need to confirm it again. Your issue is most likely trying to use an account other than the one you confirmed, and when Google Apps accounts are involved, it's possible for the confirmed account and the

[google-appengine] Re: SMS account verification confusion...

2009-07-12 Thread Xlorep DarkHelm
Well, that's annoying. But I definitely see that now. I have to use the google account login rather than the google apps for domains login. On Jul 12, 7:52 am, Wooble geoffsp...@gmail.com wrote: If you've already confirmed the account and were able to create an application, you don't need to

[google-appengine] Re: SMS account verification confusion...

2009-07-12 Thread Xlorep DarkHelm
So, does this also explain why I can't seem to deploy my app to my domain? Or would that be because I don't have any code/version to deploy to my domain? On Jul 12, 8:59 am, Xlorep DarkHelm ch...@darkhelm.org wrote: Well, that's annoying. But I definitely see that now. I have to use the google

[google-appengine] Re: Information regarding 2 July 2009 outage

2009-07-12 Thread oldcomputer
thanks for the info regarding the outage, have been with many web hosting services who would never even admit their was a problem let alone give the hungry techies a taste of what happened ! but... i guess i still wonder what, who, caused the client to send an unsanitized request ? with all the

[google-appengine] The phone number has been sent too many messages or has already been used to confirm an account.

2009-07-12 Thread NealWalters
Getting error: The phone number has been sent too many messages or has already been used to confirm an account. I searched for this message in this forum, and found other cases, but not a clear solution. Do you have to manually do something on your side? my domain is: 3wcloud.com We have one

[google-appengine] Re: The phone number has been sent too many messages or has already been used to confirm an account.

2009-07-12 Thread NealWalters
And I only have one userid/email registered under this premium google app account. On Jul 12, 1:57 pm, NealWalters nealwalt...@nealwalters.com wrote: I was logged on here:http://appengine.google.com/a/3wcloud.com. Neal --~--~-~--~~~---~--~~ You received this

[google-appengine] Optimal tree structure with datastore

2009-07-12 Thread Peter Cicman
I had spend some time today with building tree structure using datastore. I need a real tree, for real world, so there must be a possibility to move node with all descendants. There must also be a quick way to find all ancestors, children and descendants. So, datastore keys can not be used for

[google-appengine] Paypal / UrlFetch revisited

2009-07-12 Thread NealWalters
I was just reading this post from June 2008 http://groups.google.com/group/google-appengine/browse_thread/thread/9059b0750c45703b/ccda0d4803014e94?lnk=gstq=paypal#ccda0d4803014e94 Can we now use Paypal API via urlfetch ? Or is it blocked? I was trying it, and my result was always blank - so I

[google-appengine] Re: Paypal / UrlFetch revisited

2009-07-12 Thread NealWalters
I was looking at result instead of result.content - so now at least I have a response. But if someone could confirm that they've successfully done API to Paypal, that would be appreciated. Neal --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-12 Thread Paul NOSPAM
Weeble's wobble, but they don't fight spam. The 'point' Wobble, is that there is NO PLACE on the site, where you can find, to report the SPAM... so it continues, as yet today, ANOTHER one from the spammers at Google... Hey buddy! Are you interested in any merchandise? At mallbrand we provide

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-12 Thread Steve Robillard
Paul at the risk of continuing this rant of yours (which has been pointed out is directed at the wrong group). Your actions in emailing this group multiple times a day is exactly the behavior which you are complaining about. Perhaps you should find another more appropriate forum for your problem.

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-12 Thread Tony
I'm just curious, how did you miss the first two replies to this thread which gave you the (easily found) link to report App Engine apps that are in violation of Google's TOS? On Jul 12, 7:36 pm, Paul NOSPAM jelst...@netzero.com wrote: Weeble's wobble, but they don't fight spam. The 'point'

[google-appengine] Re: copying datastore from production application to staging application

2009-07-12 Thread Tom Wu
gaebar, approcket 2009/7/12 Jonathan jricket...@gmail.com I have created a feature request to be able to copy the datastore from one application to another application. This would be used for testing migration from the current production version to a new version of the data schema. Whilst

[google-appengine] Re: Paypal / UrlFetch revisited

2009-07-12 Thread Tudor Constantin
I've implemented it, tested it with their sandbox and it worked. I only had one payment until now in production and it didn't worked. I don't know yet if it was my 'bullet proof' code or some blocking issues. I am waiting for some other payments to fail before further invetigating. Most probably