Был весьма невнимателен при создании ведра, нужно в разрешении указывать Fine-grained
Так же вы можете включить вывод сообщений при загрузках указав в самом конфиге параметр throw как true
'gcs' => [
'driver' => 'gcs',
'key_file_path' => '', // optional: /path/to/service-account.json
'key_file' => [], // optional: Array of data that substitutes the .json file (see below)
'project_id' => '', // optional: is included in key file
'bucket' => '',
'path_prefix' => '', // optional: /default/path/to/apply/in/bucket
'apiEndpoint' => 'https://storage.googleapis.com/', // see: Public URLs below
'visibility' => 'public', // optional: public|private
'metadata' => ['cacheControl'=> 'public,max-age=86400'], // optional: default metadata
'throw' => true //
],