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

Unable to check existence in Laravel 9 #14

Closed umang200 closed 2 years ago

umang200 commented 2 years ago

League\Flysystem\UnableToCheckFileExistence

"function": "forLocation", "class": "League\Flysystem\UnableToCheckExistence", "type": "::"

freekmurze commented 2 years ago

Too little info, feel free to send a PR that fixes the problem for you.

umang200 commented 2 years ago

Too little info, feel free to send a PR that fixes the problem for you. git

Not support Laravel 9

fitztrev commented 1 year ago

I got this error too. I was able to resolve it by making sure:

  1. Bucket is correct in config
  2. Project ID is correct in config
  3. Service account has sufficient permissions