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

2013-10-04 Thread Francois Masurel
Hi everybody, Is this kind of code still supported ? UploadOptions uploadOptions = UploadOptions.Builder.withGoogleStorageBucketName(BUCKET_NAME); return BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(callbackUrl, uploadOptions); There is absolutely no problem with small files

Re: [google-appengine] Indexes Building never ending

2013-10-04 Thread Ryan Huebsch
All of the indexes for your app are currently in serving state. On Thu, Oct 3, 2013 at 10:57 PM, Renzo Nuccitelli wrote: > app: graphapiclone > > Could some one check? > > Thanks, > > -- > Renzo Nuccitelli > > -- > You received this message because you are subscribed to the Google Groups >

Re: [google-appengine] Best Practices for Continuous Deployment on AppEngine

2013-10-04 Thread alexh
Hi Rafa, We recently made the switch to using modules and sadly discovered that set_default_version is not supported with an EAR. Have you developed a workaround for this? There's currently an open issue. https://code.google.com/p/googleappengine/issues/detail?id=9920 On Wednesday, Septembe

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

2013-10-04 Thread giuseppe giorgio
UPDATES: i've run on localhost a java soap client example, and sniff again packet. Client request first of all wsdl file from server, send ok, then prepare the http+xml request. On my arduino i don't need the wsdl file because i manually build http request. This is how i've implement http reques

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

2013-10-04 Thread pdknsk
As of few days ago a free app with barely any (and unchanged) traffic runs out of instance hours about 16h into the day. I'm still assembling evidence on this bug, so before I file a bug report I'd like to know if anyone else has noticed the dashboard to report higher instance hours than usual (

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2013-10-04 Thread Kaan Soral
S.O. is a great source for clear solutions - mostly from google hits However as you mentioned they seriously have some issues, definitely not a great place for support, I also hate asking a question and explaining the reasons to a bunch of religious programmers (religious as in illogically fanat

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

2013-10-04 Thread pdknsk
I have collected evidence to make a case. https://code.google.com/p/googleappengine/issues/detail?id=10077 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [google-appengine] Error using Google APIs Client Library for Python

2013-10-04 Thread john
Thanks, but I have since learned that my Google API project/key got deleted. And how that happened is just a mystery... On Thursday, October 3, 2013 4:33:56 PM UTC-4, Vinny P wrote: > > On Wed, Oct 2, 2013 at 11:35 AM, john > > wrote: > >> My app uses the Google API Client library to access my

[google-appengine] low python and java bug acknowledgment

2013-10-04 Thread pdknsk
It's a bit frustrating to report bugs when Google doesn't read them. https://code.google.com/p/googleappengine/issues/list?can=1&q=-Language%3AGo+-Language%3APHP&sort=-id The vast majority of bug reports on the first few pages isn't acknowledged (maybe not even read), let alone fixed. Now, you c

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

2013-10-04 Thread Vinny P
On Fri, Oct 4, 2013 at 12:22 PM, giuseppe giorgio wrote: > If i've write a wrong http request, on my server log i should see an error > log, but no log of arduino request appear on my log. Also if i call only > connect function i should see something on log, but nothing of this happen > > I'm no