spatie / laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel
https://spatie.be/open-source
MIT License
196 stars 51 forks source link

Not upload to google cloud storage at version ^2.0 #34

Closed dangtinh97 closed 2 years ago

dangtinh97 commented 2 years ago

i use version 2.0.2

'apiEndpoint' => 'https://storage.googleapis.com/, it is working

jonjieviduya commented 2 years ago

I'm currently facing this issue where there is no returned error but it is also not uploading to gcs. Where should I put that code @dangtinh97?

devnilayshah commented 2 years ago

@dangtinh97 I am facing the same issue. Is there any chance of stable release?

jonjieviduya commented 2 years ago

@devnilayshah try to add 'throw' => true in your filesystems.php in config folder. It should be under 'gcs' key