Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2014-05-06 Thread Dany
Hi Tim, I feel more confident with your answer because I came to the exact same design pattern. Thanks for your time Daniel Le lundi 5 mai 2014 20:29:29 UTC+2, Tim Rob a écrit : > > Hi Dany, > > Yes we made some changes to the code. In some cases we now also store the > BlobKey (besides the GCS

Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2014-05-05 Thread Tim Rob
Hi Dany, Yes we made some changes to the code. In some cases we now also store the BlobKey (besides the GCS file name) which is returned from BlobstoreService.getUploads. When we use the returned BlobKey to delete the file both the BlobInfo and GCS file are correctly deleted (using BlobstoreSer

Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2014-05-05 Thread Dany
Hi Tim, I face the same issue. I can not have the BlobInfo deleted when deleting a gcs file whatever the technique (blobstoreService.delete or gcsService.delete). Have you found a clean way or a workaround that delete both the gcs file and the blobinfo ? Thanks Dany Le vendredi 12 juillet 201

Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2013-07-16 Thread Tim Rob
I've just entered a new issue for this: https://code.google.com/p/googleappengine/issues/detail?id=9659 -- 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 goog

Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2013-07-11 Thread Tim Rob
Hi Vinny, Thanks for your reaction. When you're deleting from GCS, are you using the Java GCS library? Try > using the function BlobstoreService.delete(blobkey) here: > https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService > Yes I use the

Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2013-07-11 Thread Vinny P
Hello Tim, On Thu, Jul 11, 2013 at 1:41 AM, Tim Rob wrote: > So the BlobViewer entry seems to be a reference to the GCS file. > 100% correct. On Thu, Jul 11, 2013 at 1:41 AM, Tim Rob wrote: > - When trying to delete the blob from the Blob Viewer the system responds > with a server error. A

[google-appengine] Issues with Blobstore API for Google Cloud Storage

2013-07-10 Thread Tim Rob
Hi All, I'm using the Blobstore API to generate an URL to save images into Google Cloud Storage (GCS): BlobstoreService blobstoreService = BlobstoreServiceFactory.getBlobstoreService(); String uploadUrl = blobstoreService.createUploadUrl("/upload", UploadOptions.Builder.withGoogleStorageBucket