Hi Ikai - release sounds great - I just wanted to query the HTTPS with remote API - we were under the impression this was already the case -
remote_api_stub.ConfigureRemoteDatastore(app_id=app_id, path='/ remote_api', auth_func=auth_func, servername=host, secure=secure, save_cookies=True) i.e. when the secure argument is True, then HTTPS is used for remote API - has this not been the case? Our remote API handler specifies 'secure: optional' - from the following discussion I had assumed HTTPS was being used for data as well http://groups.google.com/group/google-appengine/browse_thread/thread/cec8a895d08335b4/9f474dc0848a4ca8?q=#9f474dc0848a4ca8 I'm guessing that assumption wasn't right right and secure=True only applied to the credentials? Cheers, Colin On Jun 17, 5:59 pm, "Ikai L (Google)" <[email protected]> wrote: > It's a prerelease - you can't actually use these features in production yet. > > I suspect the error you're seeing may be related to a brief outage we had > this morning, though, and not from a version mismatch. > > > > > > On Wed, Jun 16, 2010 at 1:23 PM, Bart Thate <[email protected]> wrote: > > On Wed, Jun 16, 2010 at 8:11 PM, Ikai L (Google) <[email protected]> > > wrote: > > > Hey developers! > > > Hoi Ikai ! > > > > We've release the prerelease SDK for 1.3.5. Get it here: > > >http://code.google.com/p/googleappengine/downloads/list > > > If you want to try out new features locally before they go live, here's > > your > > > chance. We welcome any feedback you have. > > > I get the following when uploading my bot to GAE .. > > > Closing update: new version is ready to start serving. > > Uploading index definitions. > > Uploading cron entries. > > Error 404: --- begin server output --- > > > <html><head> > > <meta http-equiv="content-type" content="text/html;charset=utf-8"> > > <title>404 Not Found</title> > > </head> > > <body text=#000000 bgcolor=#ffffff> > > <h1>Error: Not Found</h1> > > <h2>The requested URL > > <code>/api/cron/update?version=1&app_id=jsoncloud</code> was not > > found on this server.</h2> > > <h2></h2> > > </body></html> > > --- end server output --- > > > Must say i have no clue as what this is ;] > > > Bart > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
