websightgmbh / l5-google-cloud-storage

Laravel 5 Flysystem Adapter for Google Cloud Storage
MIT License
36 stars 17 forks source link

Undefined index: service_account #11

Closed twisctid closed 8 years ago

twisctid commented 8 years ago

Hey,

So I don't know what's happening but following your example to the T throws the above exception. I have driver, credentials, project_id and bucket configured and my service account created in google console.

cedricziel commented 8 years ago

You most probably used the documentation for dev-master for an installed v1, can you please check which version you installed?

twisctid commented 8 years ago

version 1.1

cedricziel commented 8 years ago

The README for v1.1 is here: https://github.com/websightgmbh/l5-google-cloud-storage/blob/v1.1.0/README.md#google-cloud-storage-serviceprovider-for-laravel-5-apps

twisctid commented 8 years ago

Correct! Thanks!