Superbalist / laravel-google-cloud-storage

A Google Cloud Storage filesystem for Laravel
MIT License
508 stars 145 forks source link

Download Private Objects #76

Closed ils-miteshs closed 5 years ago

ils-miteshs commented 5 years ago

I had tried multiple approaches but still not able to download the private object of GCP bucket. I am using below-given code for download. I required to achieve the force download of objects.

code : $image='hub/'.$image_name; Storage::disk('gcs')->download($image);

ils-miteshs commented 5 years ago

Simple on controller use return Storage::disk('gcs')->download($image);