Re: [google-appengine] How to tell if I'm enabling edge caching correctly?

2014-01-24 Thread Jamie Niemasik
I believe you can use the Vary header to accomplish that (Vary: Cookie). Keep in mind that it won't work if you're setting a cookie on your anonymous users for some other reason. Jamie On Friday, January 24, 2014 1:14:44 PM UTC-5, Rafael Sanches wrote: Any chance you guys know if there is

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-05 Thread Jamie Niemasik
+1. I've been using Stripe in my GAE app for the past year and it's been a terrific experience. The API is clean and intuitive, and you can give your users a simple flow (either with the nice views that Stripe provides, or with your own custom UI). Unless you have to use Paypal, I'd start with

Re: [google-appengine] Re: Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-06 Thread Jamie Niemasik
similar -- so I'm not sure what precisely was causing the issue. On Saturday, March 2, 2013 4:25:17 AM UTC, Jamie Niemasik wrote: I've been receiving intermittent errors from MapReduce jobs. I'm running Python 2.7. The specific error is BadValueError: name must be under 500 bytes which

Re: [google-appengine] Re: Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-05 Thread Jamie Niemasik
, Mar 5, 2013 at 4:48 PM, Alex Burgel abur...@gmail.com wrote: On Friday, March 1, 2013 11:25:17 PM UTC-5, Jamie Niemasik wrote: Some of the filenames are 288 bytes long, while some are 992. The M/R spec name and id in each case is nearly the same and is very short; I don't see where this variance

[google-appengine] Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-01 Thread Jamie Niemasik
I've been receiving intermittent errors from MapReduce jobs. I'm running Python 2.7. The specific error is BadValueError: name must be under 500 bytes which is raised when calling datastore.Key.from_path() within blobstore.get_blob_key(); the filename being provided is way too long to make a

[google-appengine] --oauth2 not working for download_data?

2012-07-28 Thread Jamie Niemasik
I've been using the --oauth2 switch successfully for appcfg.py update for some time now, which is a big help because I have two-factor authentication turned on. However, it doesn't seem to work when I run appcfg.py download_data, despite that the documentation makes it seem as if it's

[google-appengine] Re: Custom Administration Console pages with admin login requirement result in redirect loops

2011-11-13 Thread Jamie Niemasik
I'm also experiencing this problem. Did you find a solution? Thanks, Jamie On Sep 18, 5:20 am, Pol p...@everpix.net wrote: Hi, I've added customadminpages but when I try to follow the links added to the left pane of the Administration Console, it results inredirect loops. Looking at the