This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Content-Length: 226850 | pFad | http://github.com/Superbalist/laravel-google-cloud-storage/issues/107
65Fetched URL: http://github.com/Superbalist/laravel-google-cloud-storage/issues/107
Alternative Proxies:
hi, when i use gcs like tuttorial, i get an error "Disk [gcs] does not have a configured driver.". I use laravel 7.24 and laravel-google-cloud-storage 2.2.3.
filesystem.php
'gcs' => [ 'driver' => 'gcs', 'project_id' => env('GOOGLE_CLOUD_PROJECT_ID'), 'key_file' => env('GOOGLE_CLOUD_KEY_FILE', null), // optional: /path/to/service-account.json 'bucket' => env('GOOGLE_CLOUD_STORAGE_BUCKET'), 'path_prefix' => env('GOOGLE_CLOUD_STORAGE_PATH_PREFIX', null), // optional: /default/path/to/apply/in/bucket 'storage_api_uri' => env('GOOGLE_CLOUD_STORAGE_API_URI', null), // see: Public URLs below 'visibility' => 'public', // optional: public|private ],
The text was updated successfully, but these errors were encountered: