Hey Joe,

Thanks for clarifying it. Honestly, that does completely invalidate my 
whole gsutil answer.

I'm looking this up, I should be able to come back with something soon :).

Cheers!

On Friday, May 29, 2015 at 1:51:42 PM UTC-4, Joe Seph wrote:
>
> Hey Patrice thanks for your quick reply ,
> I'm trying to use dynamic image feature using PHP app engine according to 
> the official documentation in order to use  this feature I have to use 
> CloudStorageTools . as declared in the following code 
>
> require_once 'google/appengine/api/cloud_storage/CloudStorageTools.php';
> use google\appengine\api\cloud_storage\CloudStorageTools;
>
> $object_image_file = 'gs://my-bucket/myfile.png';
> $object_image_url = CloudStorageTools::getImageServingUrl($object_image_file,
>                                             ['size' => 400, 'crop' => true]);
>
> header('Location:' .$object_image_url);
>
> the problem that I can't find CloudStorageTools Class in Google 
> PHP client library .
> I have  a doubt that CloudStorageTools is a part of Google cloud storage 
> and I have to integrate both Google cloud storage and Google app engine 
> together in order to do the above code I could be mistaken .
>
> Thanks ,
>
> On Friday, May 29, 2015 at 6:13:34 AM UTC+3, Joe Seph wrote:
>>
>> I downloaded google-api-PHP-client from GitHub from this link ( 
>> https://github.com/google/google-api-php-client ) and installed it on my 
>> localhost then created a bucket on our google project and used storage 
>> class from this library to upload files on this bucket . with this class i 
>> could upload and get details of all files in any bucket on this project . 
>> now I need to use tools called CloudStorageTools and i need to know if it 
>> is separated on this library because I can't find this class and I need to 
>> know how to install it in details and preferred if there is any example to 
>> how install it on a localhost environment and how to install it on server 
>> environment using PHP .
>>
>> Thanks .
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7bd0dff7-a160-4973-ba2a-31d7723d8759%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to