ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
405 stars 155 forks source link

Driver [google] is not supported. #81

Closed jumawilliam closed 4 years ago

jumawilliam commented 4 years ago

I have followed the tutorial on adding google drive storage system in my project and i am getting Driver [google] is not supported. what could i be doing wrong?

ivanvermeyen commented 4 years ago

Hello,

Double check that you have added the disk in config/filesystems.php, you added the correct .env entries and you created the GoogleDriveServiceProvider. Usually it's a small detail that is overlooked.

See also #75

jumawilliam commented 4 years ago

The GoogleDriveServiceProvider is there let me check if my credentials are correct in env