Re: [google-appengine] Is BlobstoreService createUploadUrl still supposed to work with GCS ?

2013-10-05 Thread Barry Hunter
You could perhaps just setup the Form to POST directly to GCS, rather than using the blobstore supplied method? https://developers.google.com/storage/docs/reference-methods#postobject On 4 October 2013 03:45, Francois Masurel wrote: > Hi everybody, > > Is this kind of code still supported ? >

Re: [google-appengine] major bug in live instance hours calculation

2013-10-05 Thread Vinny P
On Sat, Oct 5, 2013 at 6:47 PM, Nick wrote: > You get 26 hours for free, which is enough to run one frontend f1 all day. > If you use a frontend and backed, or an f2, on a free app, you basically > will run out of instance hours quota during each day. If you have an f2, > it'll run out around 13/

Re: [google-appengine] call SOAP webservice from external application

2013-10-05 Thread Vinny P
On Sat, Oct 5, 2013 at 2:37 AM, giuseppe giorgio wrote: > I've paste in previous message the arduino code take a look. > I did look at the code. I don't see anything particularly wrong with it, but I haven't tested it on an Arduino myself. On Sat, Oct 5, 2013 at 2:37 AM, giuseppe giorgio wro

[google-appengine] major bug in live instance hours calculation

2013-10-05 Thread Nick
This may relate to your issue, or you may be seeing something different but I thought I'd put a common gotcha here for anyone else googling similar. You get 26 hours for free, which is enough to run one frontend f1 all day. If you use a frontend and backed, or an f2, on a free app, you basically

[google-appengine] Re: major bug in live instance hours calculation

2013-10-05 Thread Luca de Alfaro
I am having sort of the opposite problem. One of my apps was happily serving requests for several hours, during which the "billed" instances were 0, even thought the "active" instances were 1-2. Luca On Friday, October 4, 2013 1:30:27 PM UTC-7, pdknsk wrote: > > As of few days ago a free app

[google-appengine] Re: major bug in live instance hours calculation

2013-10-05 Thread Jeremy Benetz
I have noticed the same thing but only in one of my apps. It's rarely ever been billed more than a penny or two. The last few days it has been expending the frontend hours up to my billable amount and then it shuts down due to quota denials. The next day when I get the bill, the front end ho

[google-appengine] Billing stuck in disabled app and can't do anything

2013-10-05 Thread SarpErdag
Our app has been disabled for more than 2 years and today I just realised it is still creating unpaid bills. The billing is stuck in grace period and it shows $2,617.84 unpaid balance. We have not been informed about this anytime so far and it didn't cancel itself automatically. What kind of a

[google-appengine] XMPP from backend modules ?

2013-10-05 Thread Francois Masurel
Hi everybody, It looks like XMPP messages sent from backend modules are never received. We don't have any errors in the logs and messages sent from the front instances are received instantly. Anybody can confirm that ? Is there something special to do to make it work ? Thanx for your answers

[google-appengine] Getting TransientFailureException in my logs since yesterday

2013-10-05 Thread Francois Masurel
I'm getting these stacktraces in my logs since yesterday. Should I get worried ? Any clues anyone ? com.google.appengine.api.**taskqueue.**TransientFailureException: at com.google.appengine.api.**taskqueue.QueueApiHelper.**translateE rror(QueueApiHelper.**java:106) at com.google.

Re: [google-appengine] call SOAP webservice from external application

2013-10-05 Thread giuseppe giorgio
I've paste in previous message the arduino code (maybe you don't receive email notification), take a look. The log i check is the appengine backend log, relative to my webservice, and (i've already try) also if server receive bad request, log save it. No firewall block network comunication becau