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

2013-10-07 Thread Francois Masurel
Hi Barry, Thanx for answering. I'll give a try to your solution. Do you know if a Java library exists to do all the signing stuff ? Thanx again for your help. François On Sunday, October 6, 2013 8:19:19 AM UTC+2, barryhunter wrote: > > You could perhaps just setup the Form to POST directly t

Re: [google-appengine] XMPP from backend modules ?

2013-10-07 Thread Francois Masurel
Thanx Vinny for answering. Just created an issue for it but forgot the word "XMPP" in the title: https://code.google.com/p/googleappengine/issues/detail?id=10081 On Monday, October 7, 2013 6:30:35 AM UTC+2, Vinny P wrote: > > On Sat, Oct 5, 2013 at 4:38 AM, Francois Masurel > > > wrote: > >>

[google-appengine] Using a datastore query cursor while deleting contents returns empty results

2013-10-07 Thread Francois Masurel
Hi everybody, To purge some user related contents, I am using a task which does a simple *keys only query* and then doing a *delete batch of the keys*. I am using a cursor if needed. The query is only defined by a *"kind"* filter and an *equality filter* on a *user ID* string field, *no sort o

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

2013-10-07 Thread Kaan Soral
I'm currently trying to upload a 20mb file, it has failed once, a 500 error Generally all gcs errors are invisible 500 errors, you can't see them on appengine logs Failed 2 out of 2 times :( On Monday, October 7, 2013 11:24:27 AM UTC+3, Francois Masurel wrote: > > Hi Barry, > > Thanx for answeri

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

2013-10-07 Thread Youri op 't Roodt
I'm experiencing errors too since this morning, none of the files I upload appear in the blobstore viewer. We upload hundreds of images per day, usually 3-5Mb each, haven't had any problems for a year. No code changes, seems like issues at Google. On Monday, October 7, 2013 11:59:14 AM UTC+2, K

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

2013-10-07 Thread Kaan Soral
all uploads I've tried failed with a 500 (21mb file) I've also checked whether it was an enctype or similar issue, but 99% it's not Out of topic, I wasn't handling upload error cases, decided to switch to https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin this just to know the upl

[google-appengine] Blobstore service is down?

2013-10-07 Thread Oleg Bashtenko
Hi! I'm experiencing a strange problem with file uploads to Blobstore (runtime: Java). POSTing a request with file data from client's browser to Blobstore service URL (retrieved by a call to createUploadUrl()) causes a status 500 response with no explanation. Request is never redirected to my se

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

2013-10-07 Thread Francois Masurel
Problem acknowledged by Google : https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/jWjCxoPOP8Y On Monday, October 7, 2013 12:57:57 PM UTC+2, Kaan Soral wrote: > > all uploads I've tried failed with a 500 (21mb file) > > I've also checked whether it was an enctype or simila

[google-appengine] Problem using GCS client with the dev server on Windows

2013-10-07 Thread Francois Masurel
Hi everybody, Couldn't succeed in writing a file using the GCS client on the dev server running on my Windows 7 laptop. I keep getting these kind of errors telling me that my file system can't handle file names with a colon in them : \WEB-INF\appengine-generated\encoded_gs_key*:*L2dzL2JibG...

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

2013-10-07 Thread Jeremy Benetz
pdknsk, I did another deployment and the issue seems to have corrected itself. The bug seems to occur during deployment. Have you tried that? On a somewhat different note, I did get a response from billing support. My question to them clearly stated that it was concerning a billing enabled

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

2013-10-07 Thread Francois Masurel
The problem is supposed to be fixed but it still doesn't work for my 50 MB files :-( On Monday, October 7, 2013 1:48:11 PM UTC+2, Francois Masurel wrote: > > Problem acknowledged by Google : > https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/jWjCxoPOP8Y > > > On Monday,

[google-appengine] Updates for GPE, GAE SDK, and ADT today.

2013-10-07 Thread Tom
Eclipse notified me of new versions of GPE and ADT today (and a new GAE 1.8.5 too, but maybe that was already there?). The problem I have with these updates is that I'm rarely able to find anything that tells me what the update is, i.e. release notes. Today I looked at the new g+ cloud platfor

Re: [google-appengine] Indexes Building never ending

2013-10-07 Thread Renzo Nuccitelli
Ryan, After 1 hour the building was finished. The strange thing is that the app was new. so there aren't saved entities on db. Besides that, thank you anyway. Renzo Nuccitelli -- Renzo Nuccitelli 2013/10/4 Ryan Huebsch > All of the indexes for your app are currently in serving state. >

Re: [google-appengine] Problem using GCS client with the dev server on Windows

2013-10-07 Thread Stefano Ciccarelli
We have a similar problem, no errors about the colon but in the appengine-generated folder all the files are saved as a single file named encoded_gs_key sized zero bytes. Il giorno lunedì 7 ottobre 2013, Francois Masurel ha scritto: > Hi everybody, > > Couldn't succeed in writing a file using the

[google-appengine] 1.8.6 Pre-Release SDKs are now available.

2013-10-07 Thread Richmond Manzana
Hello! Pre-release SDKs for Python, PHP and Java found here: http://code.google.com/p/**googleappengine/downloads/list Please see the pre-release notes below. Cheers, Richmond Manzana Technical Program Manager Google App Engine App Engin

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

2013-10-07 Thread Vinny P
On Sat, Oct 5, 2013 at 4:35 PM, SarpErdag wrote: > 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

Re: [google-appengine] Using a datastore query cursor while deleting contents returns empty results

2013-10-07 Thread Vinny P
On Mon, Oct 7, 2013 at 3:49 AM, Francois Masurel wrote: > To purge some user related contents, I am using a task which does a simple > *keys only query* and then doing a *delete batch of the keys*. I am using > a cursor if needed. > The query is only defined by a *"kind"* filter and an *equality

Re: [google-appengine] inbound stream conversion? : base64 -> PNG for serving by app engine

2013-10-07 Thread Vinny P
On Thu, Oct 3, 2013 at 7:40 PM, rcp wrote: > I want to save PNG content in the gae blobstore such that it can be served > with the URL provided by image.servingURL(). I'm successfully receiving the > content base64 encoded from javascript via a POST, but I'm unsure of the > process to convert the