[google-appengine] Re: Support for Firestore Client on App Engine Standard?

2018-08-15 Thread Joel Fernandes
Our application is built on top of Firebase and its services, including Firestore. Although Cloud Datastore provides identical functionalities, I'm not if it can be or should be integrated with Firebase, when Firestore is an option that is readily available. However, it seems like the SDK libr

[google-appengine] Support for Firestore Client on App Engine Standard?

2018-08-14 Thread Joel Fernandes
This is with regard to #179 on Firebase Admin Python SDK. Is there a workaround, or any updates on the timeline on when support for Firestore client will be added on App Engine Standard? -- You received this message because you

[google-appengine] Re: App engine app stopped functioning

2017-10-26 Thread Roku Joel
Thanks! - Joel On Thursday, October 26, 2017 at 2:42:47 PM UTC-7, Jun (Cloud Platform Support) wrote: > > Hello Joel, > > > Google Groups is meant for general product discussions and not for > technical support. > > > > It is recommended you open a

[google-appengine] App engine app stopped functioning

2017-10-26 Thread Roku Joel
&deviceTypeName=&oauth_token=&partner=&service=imageservice. What i'm getting looks like: The requested URL/getRegCode?deviceID=&deviceTypeName=&oauth_token=&partner=&service=imageservice was not found on this server. Any ideas? - Joel --

[google-appengine] Avoiding races when using memcache to back datastore queries

2016-03-19 Thread Joel Holveck
I'm working on a bit of an app that can receive requests for the same query several times in rapid succession, and it's almost always the same in a short timespan. Rather than doing datastore queries each time, I'd like to cache the information in memcache. I first thought I'd model my mechani

[google-appengine] Re: Avoiding races when using memcache to back datastore queries

2016-03-18 Thread Joel Holveck
By the way, feel free to say this should be on Stack Overflow if that's more appropriate. I still don't have a good feel for what should be posted here vs. elsewhere. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from th

[google-appengine] Re: Avoiding races when using memcache to back datastore queries

2016-03-18 Thread Joel Holveck
Thanks for the help! It looks like if memcache evicts the _LOCKED sentinel between steps 3 and 4 of Greg's sequence (for example, resets the shard in a maintenance or migration event), this algorithm could still cache stale data. Greg, you mentioned that it uses CAS to prevent problems with me

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
3 PM UTC-4, Joel E wrote: > > Oh, I think I understand but I don't think it solves the issue. See, the > App Engine user's API accepts relative URLs and then takes care of > processing the call to the openID provider. Here's how my code works: > > String LogInURL = u

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
ith OpenID and NOT > with OAuth, I am not sure if it's the same there. > > On Tuesday, July 29, 2014 5:18:29 PM UTC-5, Joel E wrote: >> >> Could you explain what you mean by the callback/redirect URL? I didn't >> read anything about that in the documentati

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
t be that you simply > forgot to update them? (this is unlikely to cause a 500 on AppEngine's end > but it's a start) > > Mihail. > > On Tuesday, July 29, 2014 12:41:29 PM UTC-5, Joel E wrote: >> >> I posted the details of this issue on StackOverflow here

[google-appengine] 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
I posted the details of this issue on StackOverflow here but basically the Users API is crashing when accessed by an app running on a custom domain. I have not been able to

[google-appengine] Issues with OpenID 2 for app running on a custom domain

2014-06-20 Thread Joel E
I'm using the OpenID option for the Users API in my web app. When I test it on my app it works fine in the appspot domain but crashes on the custom one that I added through the control panel. I managed to get the login with Google Accounts working by registering the domain here

[google-appengine] Errors with OpenID2 in the users API on a custom domain

2014-06-20 Thread Joel E
thing gets logged in the logs and I have no way of controlling that so it seems to be an error in App Engine itself. I would contact support about this but I'm using the bronze level so I can't do that. It would be *AWESOME* if someone at Google could look into this. Thanks! Joel -

[google-appengine] image service suddenly corrupting TIFF images in production!

2013-05-08 Thread Joel
images api is suddenly corrupting output when source image is tiff (1bit group3). Code that worked fine for over a year is suddenly and unexpectedly corrupting output images with no warning or error. This affects all images API functions in production. This is a silent killer for our app as

Re: [google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Joel Aniol
Hi Julie, i havent a Dashboard, the only thing that i can see is this here Am Sonntag, 4. November 2012 10:20:00 UTC+1 schrieb Julie: > *Please check your logs from the dashboard. They should give some > indication as to the cause of the error. > * > > > On 4 Novembe

[google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Joel Aniol
Seems there is a Problem with the App Engine everytime i hit "Create Application" (https://appengine.google.com/start) i got the Error message Server Error A server error has occurred. *Return to Applications screen »* Sincerly Deex -- You received this me

[google-appengine] Re: SMS verification failed. Expected time on manual verification?

2010-06-21 Thread Joel Boehland
Hi Nick, Thanks for the response. I can verify that I have been approved manually for my first account that I requested. The wait time was around 2 days as you indicated just for future reference for anyone searching this group on the sms issue. Thanks for taking care of that. Cheers, Joel

[google-appengine] SMS verification failed. Expected time on manual verification?

2010-06-20 Thread Joel Boehland
is a terrible user experience when things go wrong, and it seems like it goes wrong fairly often. Users have know idea what is going on, where they are in the process, etc.. Anyhow, I hope this post reaches a human somewhere in the gigantic googleplex, and that they can help me get started with goo

[google-appengine] Resizing Image with Stretching

2009-07-04 Thread Joel Odom
I'm using the Image class to work with an image. When I call image.resize(width = new_width, height = new_height), it seems to honor either height or width, but not both. That is, the method maintains the original aspect ratio without stretching. Is there a way to stretch an image? Thanks. --

[google-appengine] Data Viewer - Kind button only displays 28 kinds?

2009-03-13 Thread Joel
bug in the Data Viewer? A built in limitation that is too small? Joel --~--~-~--~~~---~--~~ 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

[google-appengine] Use GAE APIs outside of dev_appserver?

2009-02-05 Thread Joel
s. Can this be done? Instructions? Thanks, Joel --~--~-~--~~~---~--~~ 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 fro

[google-appengine] Re: pricing / additional app slots

2009-02-04 Thread Joel Odom
The Google App Engine customer service folks read this group. If you really need more apps or quota, you may ask them directly. I think they generally grant more apps as long as they can see that you're not abusing the service. On Tue, Feb 3, 2009 at 8:48 PM, David Wilson wrote: > > 2009/2/4

[google-appengine] Re: Cant start my helloworld sample

2009-01-21 Thread Joel Odom
Read the error message closely. You misspelled python. On Wed, Jan 21, 2009 at 11:44 AM, ahYeop wrote: > > Hi all, > > I follow the Hello World guide but still have problem to start Apps > Engine. Here is the error: > > C:\Program Files\Google\google_appengine>dev_appserver.py helloworld/ > ER

[google-appengine] Re: Beginner Question - About using App Engine

2009-01-09 Thread Joel Odom
This article got me started using AJAX and JSON. Works great. http://code.google.com/appengine/articles/rpc.html On Thu, Jan 8, 2009 at 7:08 PM, Faber Fedor wrote: > > > On Thu, Jan 8, 2009 at 5:56 PM, mscwd01 wrote: > >> >> >> In short, i'd like to use App Engine to return xml responses to

[google-appengine] Django Replace Filter

2009-01-04 Thread Joel Odom
Is there a simple way to do a replace with Django? (I want to replace all underscores in a string with spaces.) I can't find a built-in filter to do a simple replace, but it seems like an obvious filter that I must be missing. Thanks! -- http://giscoder.blogspot.com/ --~--~-~--~~-

[google-appengine] Re: Money sum formating

2008-12-24 Thread Joel Odom
Here's a little function I wrote that you may have: def formatAsDollars(amount): dollars = int(amount) cents = amount - dollars i = 0 reverseDollarPlaces = [] for p in str(dollars)[::-1]: if i % 3 == 0 and i: reverseDollarPlaces.append(',') reverseDollarPlaces.append(p)

[google-appengine] Re: What is a proper way to cache values on "per request" basis?

2008-12-01 Thread Joel Odom
Try getting rid of the memcache in favor of a hard-coded value (for testing purposes only). If you're still getting high CPU usage, then the problem is not with your use of memcache. You can also use global variables to cache values, as long as you're careful. On Mon, Dec 1, 2008 at 2:28 PM, Sh

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Joel Odom
When will it appear on the download page? Thanks. On Fri, Nov 21, 2008 at 1:27 PM, Marce (Google) <[EMAIL PROTECTED]> wrote: > > Today we released the 1.1.7 SDK in order to fix the following issue > that occurred in 1.1.6: > http://code.google.com/p/googleappengine/issues/detail?id=877 > > -Mar

[google-appengine] Re: Hardly anything stored in appengine - already 10 MB gone?

2008-11-20 Thread Joel Odom
Your not hallucinating. I've seen the same kind of problem. Apparently there is a known issue where space is sometimes not reclaimed after you delete a data store entity. If you've been creating and deleting a lot of entities, this one may be hitting you. On Wed, Nov 19, 2008 at 5:07 PM, jago

[google-appengine] Global Variables / Caching Question

2008-11-20 Thread Joel Odom
Forgive me if this is a FAQ, but I did a little searching and did not find an answer. According to http://code.google.com/appengine/docs/python/appcaching.html, GAE caches global variables in imported modules between requests. I've got a global dictionary in a module that I'm sharing between reque

[google-appengine] Re: Is Memcache really needed?

2008-11-17 Thread Joel Odom
One cool application of memcache: I have an RPC application that hits remote functions maybe once every few seconds per user. Part of my security scheme involves matching user ids to session keys. Hitting the data store for this on every call eats resources, but memcache brings a lot more efficie

[google-appengine] Re: My logs are starting to bite into my storage quota. Can I reclaim this space?

2008-11-15 Thread Joel Odom
Yes, this is entirely possible. I did a lot of creating and deleting because I was doing load testing. Will that space be reclaimed? On Sat, Nov 15, 2008 at 5:45 PM, Alexander Kojevnikov < [EMAIL PROTECTED]> wrote: > > > Thanks, Alexander. I don't exactly know what's up. I'd bet my house that

[google-appengine] Re: My logs are starting to bite into my storage quota. Can I reclaim this space?

2008-11-15 Thread Joel Odom
Thanks, Alexander. I don't exactly know what's up. I'd bet my house that logs count against quota because this AM I was at about 0.5 MB of disk usage. I created *lots* of log messages and ended up around 1.1 MB used with only a few new data store entities. On Sat, Nov 15, 2008 at 5:27 PM, Alexande

[google-appengine] Re: Dashboard - Logs - How to clear them? - What is the Date-Time reference?

2008-11-15 Thread Joel Odom
Is this still the fact? I'd bet my house that logs count against quota because this AM I was at about 0.5 MB of disk usage. I created *lots* of log messages and ended up around 1.1 MB used with only a few new data store entities. On Sep 23, 12:47 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrot

[google-appengine] My logs are starting to bite into my storage quota. Can I reclaim this space?

2008-11-15 Thread Joel Odom
In my testing this morning, I've generated quite a few messages in my logs. I see that these apparently count toward my storage quota. Is there any way to reclaim this space? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[google-appengine] Longer timeouts - but not cpu

2008-10-09 Thread Joel
Similar to the problem of wanting resource intensive requests... I would find it convenient to be able to mark some of my URLs with a general timeout for that url. Due to using urlfetch in certain ways I may be able to determine that my timeout should be closer to 20 seconds. But I'm not using

[google-appengine] Re: Fwd: New Admin Console Released

2008-09-18 Thread Joel
I like the added visibility. But now I want to find out where my mcycles are going! Is there an api analogous to time.time() that I can use to see how many megacycles I've used to that point? I would find that helpful. Joel On Sep 18, 11:30 am, "Marzia Niccolai" <[EMAIL

[google-appengine] server error using data viewer in dashboard

2008-09-18 Thread Joel
we are trying to retrieve some objects that are large perhaps 800k each. Is this a bug in the data viewer? Joel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to th

[google-appengine] is_current_user_admin broken?

2008-09-03 Thread Joel
It seems like something happened between yesterday and today. is_current_user_admin is no longer recognizing me as an admin (I've tried both firefox and google chrome since I thought it might be a google chrome issue.) I'm definitely an admin. I can get to my app's dashboard just fine and see t

[google-appengine] Re: Server Error 500 with a particular index

2008-08-29 Thread Joel
spect that this may be related to why it's not letting me create a new index. On Aug 28, 2:04 pm, Joel <[EMAIL PROTECTED]> wrote: > I have a very simple kind and am trying to sort it with a descending > sort on its datetime property. > Piece of cake.  I caused th

[google-appengine] Server Error 500 with a particular index

2008-08-28 Thread Joel
I have a very simple kind and am trying to sort it with a descending sort on its datetime property. Piece of cake. I caused the index for it to be generated automatically and then tried a new update. With that one index I always get a 500 server error. Here's the kind: class FacebookApp(db.Mode

[google-appengine] Problems with appcfg update this morning?

2008-08-27 Thread Joel
I've been trying to push an update to my app this morning and can't seem to get through. I'm getting the 500 server error. Usually it will go through sooner or later but I'm not having luck with it now. Just in case, I'm using the 1.1.2 release and running under Vista. Anyone else seeing more 5