[google-appengine] Re: Serving images

2015-06-19 Thread Michael (Cloud Platform Support)
Hi Mohamed! I am noticing multiple other threads on Google Groups related to this topic. As such, I recommend following the most recent one here , and I will be closing this thread. Cheers! On Monday, June 15, 2015 at 5:

Re: [google-appengine] Re: Serving images

2015-06-17 Thread Stuart Langley
You need to use App Engine to use that class - there is no similar service available on compute eng On Wednesday, 17 June 2015 22:08:01 UTC+10, mohamed hassan wrote: > > Salutations Stuart Langley, > > Thanks for reply . What do you mean exactly ? can not i use > CloudStorageTools on compute eng

Re: [google-appengine] Re: Serving images

2015-06-17 Thread mohamed hassan
Salutations Stuart Langley, Thanks for reply . What do you mean exactly ? can not i use CloudStorageTools on compute engine ? how can use these features of this class on compute engine please ? Thanks . On Wed, Jun 17, 2015 at 1:42 AM, Stuart Langley wrote: > FWIW CloudStorageTools only works

Re: [google-appengine] Re: Serving images

2015-06-16 Thread Stuart Langley
FWIW CloudStorageTools only works on App Engine, not compute engine. On Tuesday, 16 June 2015 22:43:12 UTC+10, mohamed hassan wrote: > > Really thanks for quick reply . What i need is to use image resizing and > cropping which exist in CloudStorageTools class which exist in Google PHP > SDK i n

[google-appengine] Re: Serving images

2015-06-16 Thread Michael (Cloud Platform Support)
Hi Mohamed! You can find a step by step instruction on how to install the Google PHP SDK on centos 6.5 here , in a related gce-discussion Google Groups thread. Cheers! On Monday, June 15, 2015 at 5:33:10 AM UTC-4, mohame

Re: [google-appengine] Re: Serving images

2015-06-16 Thread mohamed hassan
Really thanks for quick reply . What i need is to use image resizing and cropping which exist in CloudStorageTools class which exist in Google PHP SDK i need to retrieve images without any reducing in its resolution so i wanted to use this feature from google so i need to know howa can i install go

[google-appengine] Re: Serving images

2015-06-15 Thread Michael (Cloud Platform Support)
Hi Mohamed! What sort of issues are you running into when you try cropping and resizing images? How about when you try installing the PHP SDK? Are you noticing any particular error messages preventing you from using it at all? Also, once you have set this up, are you planning to allow users to

[google-appengine] Re: serving images stored in the cloud storage as files

2012-03-16 Thread Jose Montes de Oca
Hi Hugues, Regardless of where the file was uploaded (through app engine, gsutil, Cloud storage manager) you can share your Cloud storage objects through a like that looks like this: https://sandbox.google.com/storage/*bucket*/*object* To manage who can access the object, you can set acls. for