Service Account json file für Google Cloud Storage wird nicht gefunden

in config.php sieht es folgendermassen aus:

 ‚cdn‘ => [
    ‚backend‘ => ‚gcp‘,
    ‚adapters‘ => [
        ‚gcp‘ => [
            ‚type‘ => ‚gcp‘,
            ‚mediaUrl‘ => ‚‘,
            ‚bucket‘ => ‚‘,
            ‚projectId‘ => ‚‘,
            ‚keyFilePath‘ => ‚/path/to/file.json‘,
        ]
    ]
 ],