[google-appengine] More authentication issues with bulkloader.py

2009-09-22 Thread Cynthia Kurtz
kloader.py is definitely not connected to a Google Apps domain and definitely not the same one as I'm using with appcfg. What else is there to try? Cynthia Kurtz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &qu

[google-appengine] Re: More authentication issues with bulkloader.py

2009-09-24 Thread Cynthia Kurtz
rl: /javascript static_dir: javascript - url: /.* script: main.py Thanks for your help! Cynthia Kurtz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine&quo

[google-appengine] Re: More authentication issues with bulkloader.py

2009-09-24 Thread Cynthia Kurtz
Yep. Right at the top too. Thanks for asking. --~--~-~--~~~---~--~~ 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 unsubscribe from this

[google-appengine] Re: More authentication issues with bulkloader.py

2009-09-26 Thread Cynthia Kurtz
at thanks for your help ;) Cynthia Kurtz On Sep 25, 8:42 am, "Nick Johnson (Google)" wrote: > Hi Cynthia, > The URL is 'remote_api' (note the underscore), but the URL you're passing to > the bulk loader is "remote-api". > > -Nick Johnson > >

[google-appengine] Cannot add more apps to account

2009-10-12 Thread Cynthia Kurtz
I've been trying to create a second app on my GAE account (Dashboard - Show all applications - Create an application button). I get sent to the SMS page, which from what read on this forum will probably just say the phone number has already been used, since I already did that when I created the fi

[google-appengine] Re: Cannot add more apps to account

2009-10-13 Thread Cynthia Kurtz
and would it work to verify the Apps account?) In any case I still can't create a second application. My appid is rakontu by the way. Cynthia Kurtz On Oct 12, 6:01 pm, Cynthia Kurtz wrote: > I've been trying to create a second app on my GAE account (Dashboard - > Show all applicat

[google-appengine] Re: Cannot add more apps to account

2009-10-23 Thread Cynthia Kurtz
t least for me, and it appears, anyone else who has used a Google Apps account. Perhaps the documentation should make it more clear that using a Google Apps account to map your URL is *more trouble than it's worth* ! Cynthia Kurtz On Oct 21, 2:01 am, ephemeron wrote: > This is the e

[google-appengine] Re: Cannot add more apps to account

2009-10-24 Thread Cynthia Kurtz
nearly as much as a fix so I'm happy :) Cynthia Kurtz On Oct 23, 5:11 pm, Cynthia Kurtz wrote: > Update: I decided to try the SMS thing, so I dug out my cell phone and > put the number in. Wouldn't have mattered! It said "The phone number > has been sent too many me

[google-appengine] Re: App Engine Down Now? 2:55pm PT

2009-11-09 Thread Cynthia Kurtz
Mine too, but only two out of three are broken. Very disconcerting, I was just setting up a new group for somebody and it dropped out. Grr. I wouldn't mind as much if I could catch an exception and send people to a status page like I do for Timeouts. Cynthia Kurtz On Nov 9, 6:04 pm,

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread Cynthia Kurtz
Same error, same warning in logs, nowhere near quota. And it's such an ugly error too. On Nov 9, 6:34 pm, Scott wrote: > Anyone from the App Engine team monitoring this thread?  Can we get a > status update?  Our app is still down. > > I am not seeing anything related to quota.  Our app has bill

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread Cynthia Kurtz
My affected app_ids are rakontu and rakontu-francais. rakontu-sandbox is working. On Nov 9, 6:56 pm, RollingCircle wrote: > metutil.appspot.com suffering also - cannot even log into the admin > console. > > Interestingly, if I view the console for one of my other apps > (ukairspace.appspot.com),

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread Cynthia Kurtz
Both of my apps that were broken (rakontu, rakontu-francais) are now working again. Thanks! But ... if we could have a better way to deal with this issue in future it would be grand. On Nov 9, 7:35 pm, bvelasquez wrote: > Yeah, I'm back. > > On Nov 9, 4:30 pm, Ben Wu wrote: > > > We appear to

[google-appengine] users.get_current_user().email() and gmail and case

2009-11-10 Thread Cynthia Kurtz
Here is a question about the User functions that others may be able to answer. My app (rakontu) creates invitation-only groups (for story sharing). Group managers use email addresses to tell the app whom they have invited to join the group. When an invited person first visits the app, it checks t

[google-appengine] Re: users.get_current_user().email() and gmail and case

2009-11-10 Thread Cynthia Kurtz
nter.appspot.com because my gmail address is a different case) > > On 10/11/2009, Cynthia Kurtz wrote: > > > > >  Here is a question about the User functions that others may be able to > >  answer. > > >  My app (rakontu) creates invitation-only groups (for story

[google-appengine] Re: users.get_current_user().email() and gmail and case

2009-11-10 Thread Cynthia Kurtz
-mail provider that allows case sensitive e-mails, and there is another > person at this E-mail provider with a different case version of their e-mail > address, AND both of these people sign up for your service... Then, you can > deal with that glitch as a special case (so to speak). > >

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
Same issue here. Being over quota is impossible since I've sent like three messages. Any help? On Nov 18, 1:38 pm, crag wrote: > My application had been sendingmailwithout a problem as of last > week.  I uploaded a new version of the app a week ago (did not change > the code that emails) and now

[google-appengine] Re: Limit on image size very low

2009-11-18 Thread Cynthia Kurtz
Another issue is, the 1MB limit is incompatible with audio and video as well as just images. So it's not just an imaging library that is needed, it's everything. I had planned to have people be able to collect stories in audio format (say from old folks) and upload them to my site (Rakontu) but giv

[google-appengine] Re: Limit on image size very low

2009-11-18 Thread Cynthia Kurtz
1MB chunks and get it in and out of the database cleanly, I'm all ears. On Nov 18, 5:51 pm, Cynthia Kurtz wrote: > Another issue is, the 1MB limit is incompatible with audio and video > as well as just images. So it's not just an imaging library that is > needed, it's ever

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
lose to an hourly quota. I'll investigate to > > see if exceeding a CPU quota on sending a mail is triggering that error. > > > On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz wrote: > > > Same issue here. Being over quota is impossible since I've sen

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-20 Thread Cynthia Kurtz
need to do one-to-many emailing. > > > > On Wed, Nov 18, 2009 at 9:56 PM, Cynthia Kurtz wrote: > > My app id is rakontu. The issue came up when one of my users tried to > > send an email with a list of To: addresses with 10 emails in it. I > > tried to replicate the

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-20 Thread Cynthia Kurtz
BUT - a bit of feedback - 8 is A WHOLE LOT smaller than 2000. Moving the free limit up to say 20 would probably make a big difference to most people. On Nov 20, 5:57 pm, Cynthia Kurtz wrote: > Mystery solved. Thanks for the info. > > On Nov 20, 4:49 pm, "Ikai L (Google)" wro