Support for cloud drivers (Google)
See original GitHub issueWhat version of Laravel are you using? (nothing lower than v5.4).
5.7
is it an issue related to installation or usage ?
Usage
what is the error you are getting ?
Driver [gcs] is not supported.
Extra Info “attaching a screen shot would be very helpful”
From what I can tell, I have the Google Cloud Services driver implemented because I can the following code works:
// Testing of creating a directory
Storage::disk('gcs')->makeDirectory($request->getRequestUri());
Storage::disk('gcs')->put($request->getRequestUri() . '/file.txt', 'Contents of this file.');
When I change the ‘storage_disk’ config value to ‘gcs’ and try to run php artisan config:cache
the error is returned.
Do You Know A Solution For this Issue ?
Not currently. I am trying to work though the issue and would like some feedback.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Install GPU drivers | Compute Engine Documentation
If you want to use the command-line examples in this guide, do the following: Install or update to the latest version of the...
Read more >Personal Cloud Storage & File Sharing Platform - Google
Learn about Google Drive's file sharing platform that provides a personal, secure cloud storage option to share content with other users.
Read more >Deploy Google Drive for desktop
To learn how to use Drive for desktop, see the user Help Center. ... for desktop, you stream your Drive files directly from...
Read more >Google Storage Driver Documentation — Apache Libcloud 3.6 ...
Driver for Google Cloud Storage. Can authenticate via standard Google Cloud methods (Service Accounts, Installed App credentials, and GCE instance service ...
Read more >Google Cloud Storage ADO.NET Provider - CData Software
DataBind to Google Cloud Storage using standard Visual Studio wizards. Supports ADO.NET Entity Framework (EF 5 & 6), LINQ to Datasets, etc. Full...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
f*ck, mmmm, i will try to do a test on my end later, btw i think there are more than a package for the gcs driver and laravel, which one r u using ?
i’ve tried to test with laravel v7 and no matter what package i try
i get the same error
which shows up when i try to run
artisan serve
.as this is an issue with the driver it self & not the manager, i cant provide any extra help.