vendredi 17 novembre 2017

Error while taking backup using "spatie/laravel-backup" and using destination disk as Google Drive

I'm using Laravel 5.4 and spatie/laravel-backup v3 and flysystem-google-drive

"nao-pon/flysystem-google-drive": "~1.1"

http://ift.tt/1P2G6dE

I am able to upload files using

Storage::disk('google')->put('FileName.txt', "hello world");

But with Spatie/laravel-backup package I'm getting the following error while using destination disk as 'google'.

Can you help me regarding this? enter image description here Filesystem:

'google' => [
        'driver' => 'google',
        'clientId' => env('GOOGLE_DRIVE_CLIENT_ID'),
        'clientSecret' => env('GOOGLE_DRIVE_CLIENT_SECRET'),
        'refreshToken' => env('GOOGLE_DRIVE_REFRESH_TOKEN'),
        'folderId' => env('GOOGLE_DRIVE_FOLDER_ID'),
    ],



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2A5vfEq
via IFTTT

Aucun commentaire:

Enregistrer un commentaire