[google-appengine] Call Firebase database from Google App Engine

2016-06-17 Thread widowmaker110
I followed this tutorial for setting up my Google App Engine instance and I am also using Firebase. My goal is to put all of the "computation" on Google App Engine. I want to call a function like this one

Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-17 Thread Brad
Yes this is the work-around that I have been using. I think the documentation should be updated to reflect this, the python one still says: Date Field - a date object with year/month/day and optional time Also the development server should really behave in the same way to avoid confusion. > On

[google-appengine] Re: Crop Images storaged in Google Cloud storage with a given bounding box.

2016-06-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
In the example provided by Adam, the image is cropped within the handler and served directly in response to the request. This will in effect crop the original image each time to serve the cropped version you are looking for. If you plan on serving the same cropped image repeatedly, then yes.

[google-appengine] Re: How to get Google App Engine Billing (Usage) Data in "real" time

2016-06-17 Thread 'Morgan Hallmon' via Google App Engine
Rocky, This is a great question and one we've gotten a few times now. There is currently no way to get precise hourly billing data for App Engine resources. The website is showing you an extremely rough estimate, which you've probably noticed isn't always accurate when the daily numbers

Re: [google-appengine] Over Quota Errors last night

2016-06-17 Thread Joshua Smith
Beats me. Here’s the thread where PK gave me the fix: https://groups.google.com/forum/#!topic/google-appengine/CGaYQhz4V3k > On Jun 17, 2016, at 2:04 PM, 'Nicholas (Google Cloud Support)' via Google App > Engine wrote: > > You mention that this is an old

[google-appengine] Re: Over Quota Errors last night

2016-06-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
You mention that this is an old Datastore bug. Is this a known issue on the App Engine public issue tracker ? If so, which issue is it? Linking to it here may be helpful for the community. On Tuesday, June 14, 2016 at 9:32:27 AM UTC-4,

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-17 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Matti, Thank you for bringing this to our attention. Your report has been forwarded to the engineering team and any questions they have will be posted in the related issue tracker . Further status updates will be posted

[google-appengine] Getting Development Repository OAuth key

2016-06-17 Thread Jason Haury
I'm using the Development Repository within Google Cloud Platform. In many ways, it acts like a normal git repository, but I can't figure out how to get an OAuth token to allow another app to use the repository. The other app needs an OAuth token just like how github provides. >From what I

[google-appengine] Testing, Issue Tracking, Continuous Integration — recommended standard tooling for GAE and Android apps

2016-06-17 Thread Y Forums
I wanted to solicit some opinions on what would be ideal tools for the job. I'd like to ideally use as few as possible and as tightly integrated as possible. (I've read about 20 different threads on this and have some experience at work as well) For any of those, I would favor integrated

[google-appengine] Re: time.Time Location change when saving and retreiving

2016-06-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for sharing your observations here. In production, Datastore does not modify the *Location* of the *Time* value. I used a variation of the following code in my request handler to verify this: type Container struct { Value time.Time } to_store := Container{

[google-appengine] How to get Google App Engine Billing (Usage) Data in "real" time

2016-06-17 Thread Lu Rocky
Hi GAE masters, I am new on Google App Engine, and I am currently working on getting the real time billing (usage) for Google app engine. It seems that Google provides the billing information update once a DAY. But I need to update the billing information once an HOUR. The website can show the

[google-appengine] How to get real time billing (usage) data for google app engine

2016-06-17 Thread Lu Rocky
Hi GAE masters, I am new on Google App Engine, and I am currently working on getting the real time billing (usage) for Google app engine. It seems that Google provides the billing information update once a DAY. But I need to update the billing information once an HOUR. I have researched into

[google-appengine] Re: time.Time Location change when saving and retreiving

2016-06-17 Thread JohnGB
Some information that I should have included in the original post: - This happens in tests, but I haven't yet confirmed whether it happens in the live server. On Friday, June 17, 2016 at 2:10:22 PM UTC+2, JohnGB wrote: > > I'm using Go with SDK version 1.9.37 > > > I'm seeing something odd when

[google-appengine] time.Time Location change when saving and retreiving

2016-06-17 Thread JohnGB
I'm using Go with SDK version 1.9.37 I'm seeing something odd when testing the datastore with entities which have a time.Time field. I create the time with time.Now().UTC().Truncate(time.Millisecond), and then save it. When I retrieve the entity, the time is correct, but the

Re: [google-appengine] Search API sorting on DateField using datetime

2016-06-17 Thread Anastasios Hatzis
Search API supports DateField with no time. If you need sorting by datetime values, conversion between datetime and NumberField (seconds since ...) would be a work-around for your use-case. On 17 June 2016 at 07:19, Bradley Mclain wrote: > I currently have a service which

[google-appengine] Can't open a task queue in web console

2016-06-17 Thread G Dymov
Hi! We are having a problem opening task queues in the web console since several days. It just shows the message "Failed to load". We suspect it has something to do with the recent outages, before them it worked fine. Anyone else? Any ideas? G. -- You received this message because you are