You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Getting this error after installation on Laravel 4.2 when using gcloud storage:
PHP Fatal error: Uncaught Error: Class 'Google_Auth_AssertionCredentials' not found in /[...]/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php:75
Stack trace:
#0 /[...]/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php(103): Superbalist\Storage\StorageAdapterFactory::make('gcloud') #1 /[...]/vendor/superbalist/laravel4-storage/src/StorageServiceProvider.php(16): Superbalist\Storage\StorageAdapterFactory::makeCached('gcloud') #2 /[...]/vendor/laravel/framework/src/Illuminate/Container/Container.php(501): Superbalist\Storage\StorageServiceProvider->Superbalist\Storage{closure}(Object(Illuminate\Foundation\Application), Array) #3 /[...]/vendor/laravel/framework/src/Illuminate/Container/Container.php(428): Illuminate\Container\Container->build(Object(Closure), Array) #4 /[...]/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(462): Illuminate\Container\Con in /Users/lppapillon/dev/proxi/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php on line 75
This is an update made on the google/auth package, I have tracked back to this issue here: Superbalist/flysystem-google-cloud-storage#26
However this doesn't work in the laravel4-storage version. Could it be made to use a newer version of flysystem-google-storage, or an older version of google/auth perhaps?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting this error after installation on Laravel 4.2 when using gcloud storage:
PHP Fatal error: Uncaught Error: Class 'Google_Auth_AssertionCredentials' not found in /[...]/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php:75
Stack trace:
#0 /[...]/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php(103): Superbalist\Storage\StorageAdapterFactory::make('gcloud')
#1 /[...]/vendor/superbalist/laravel4-storage/src/StorageServiceProvider.php(16): Superbalist\Storage\StorageAdapterFactory::makeCached('gcloud')
#2 /[...]/vendor/laravel/framework/src/Illuminate/Container/Container.php(501): Superbalist\Storage\StorageServiceProvider->Superbalist\Storage{closure}(Object(Illuminate\Foundation\Application), Array)
#3 /[...]/vendor/laravel/framework/src/Illuminate/Container/Container.php(428): Illuminate\Container\Container->build(Object(Closure), Array)
#4 /[...]/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(462): Illuminate\Container\Con in /Users/lppapillon/dev/proxi/vendor/superbalist/laravel4-storage/src/StorageAdapterFactory.php on line 75
This is an update made on the google/auth package, I have tracked back to this issue here:
Superbalist/flysystem-google-cloud-storage#26
However this doesn't work in the laravel4-storage version. Could it be made to use a newer version of flysystem-google-storage, or an older version of google/auth perhaps?
Thanks!
The text was updated successfully, but these errors were encountered: