la-haute-societe / yii2-flysystem-google-drive

Flysystem Google Drive filesystem for Yii2
7 stars 4 forks source link

Configuring issue #3

Closed paskuale75 closed 3 years ago

paskuale75 commented 3 years ago

Please correct this In config/web.php:

use lhs\Yii2FlysystemGoogleDrive\GoogleDriveFilesystem;

'googleDrive' => [
            'class' => GoogleDriveFilesystem::class,
            'clientId'     => '...',
            'clientSecret' => '...',
            'refreshToken' => '...',
            'rootFolderId' => '...'
        ],
erikn69 commented 3 years ago

This package doesn't has support since 2018, create a fork

paskuale75 commented 3 years ago

Ok, thanks