Arie

Results 30 comments of Arie

replied on stack-overflow. On Mon, Jul 27, 2015 at 9:06 AM, Steven.Wang [email protected] wrote: > Not people answer this issue > > http://stackoverflow.com/questions/30511807/store-data-to-cloud-storage-in-gae-managed-vms > > — > Reply to this...

Requires some work, but should be doable: see: [AccessTokenProvider](https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/java/src/main/java/com/google/appengine/tools/cloudstorage/oauth/AccessTokenProvider.java) and [this](https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/java/src/main/java/com/google/appengine/tools/cloudstorage/GcsServiceFactory.java#L79).

I think it is reasonable to update GcsServiceImpl.java with a call to getMetadata if the given fileOptions does not provide a mimeType.

FYI, we do that in [gcloud-java](https://github.com/GoogleCloudPlatform/gcloud-java). For reference how to see [pom.xml](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/pom.xml#L200) and [the code that pulls it](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-core/src/main/java/com/google/gcloud/ServiceOptions.java#L624).

> @joakime also it would be good to filter out the routine health check requests +1 however I don't think we should completely filter them out. Instead we should either...

Hey @alesj, honestly I don't know much about it, so any advice would be great! The goal is to include [AE flex](https://cloud.google.com/appengine/docs/flexible/) [Java 8 compat runtime](https://cloud.google.com/appengine/docs/flexible/java/dev-jetty9-and-apis) to the set of...

Design doc is here: https://docs.google.com/a/google.com/document/d/1hyqxUbxDBsP6cdLI23Nl2vZWr1YIOPJXPxN283SdJW4/edit?usp=sharing (access is restricted).

Also, I would expect that even though the runtime may depend on guava (or any other library) the application would be able to use their own independent version as they...

This does not belong to this repository (probably should have used basecamp for it) but regardless do we have a solution (seems still to be an issue). @janbartel ?