Re: [google-appengine] Re: Trouble in understanding cost for Projection Query

2016-01-31 Thread Rahul Tongia
Hi Jeff and Nick, I am facing the same problem regarding projection query costs. I had performed the same projection call on my local machine with appstats using both Objectify (with hybrid as false) and native Datastore API. In both cases, I got same result in terms of Read counts. It was 896

[google-appengine] Planning to use appengine/datastore/cloud storage. Have few questions

2016-01-31 Thread Dhanunjaya Naidu. Yandrapu
Hi, I am new to Google cloud and have few question. I have few questions. I would very much appreciate if you could answer them. we are planning to use appengine, datastore/cloud storage and golang for my next project.Here are my questions: 1. Currently planning to use appengine but might m

[google-appengine] Re: Trying to understand the use for "Javascript Origins" when creating a Web Client ID

2016-01-31 Thread Ben Finkel
Hey Adam, thanks for the reply! So I understand CORS (at least at a high level) and I did read those posts from SO. I suppose my question is where these URLs enter the process. When I make a call to a Google API (say, calendarList.list) I have to pass in the client ID I've created, and Goog

[google-appengine] Re: Planning to use appengine/datastore/cloud storage. Have few questions

2016-01-31 Thread Christian F. Howes
a couple of thoughts... 1. i don't know for sure about datastore connecting to GCE, but the beta managed VMs project allows you to run a GCE instance with full connection to the app engine datastore (and other services). We have used it well in python for types of processing that we couldn't r

Re: [google-appengine] Planning to use appengine/datastore/cloud storage. Have few questions

2016-01-31 Thread 'Alex Martelli' via Google App Engine
On Sun, Jan 31, 2016 at 5:14 AM, Dhanunjaya Naidu. Yandrapu < dhanun...@gmail.com> wrote: > Hi, > > I am new to Google cloud and have few question. I have few questions. I > would very much appreciate if you could answer them. > > we are planning to use appengine, datastore/cloud storage and golan

Re: [google-appengine] support for Django 1.9 in Google App Engine

2016-01-31 Thread 'Alex Martelli' via Google App Engine
Support for any Django version (or any version of any other WSGI web framework, actually) can best be provided by simple third-party open source adapters, rather than waiting for any given version of any given WSGI web framework to be included in the App Engine SDK and servers. For example, https:/

[google-appengine] Does GAE supports applications that consumes a SOAP web service?

2016-01-31 Thread Jason Bourne
I am running a simple Java web application that consumes a SOAP based web service (WSDL: http://www.webservicex.net/geoipservice.asmx?WSDL). and when i run my application in GAE, it throws this error: HTTP ERROR 500 Problem accessing /testapp. Reason: MASM0001: Default configuration file [

Re: [google-appengine] Re: Cloud Trace API on AppEngine - latency and other questions

2016-01-31 Thread 'Brad Abrams' via Google App Engine
Great thanks Alexander... We really appreciate your feedback. We (the trace team) are working on solutions to improve this latency. Meanwhile, the eng team would suggest the your use task queue to schedule the cloud trace API call outside of user requests. As Adam suggests... > >> Second, is the