flysystem-google-drive
flysystem-google-drive copied to clipboard
Flysystem adapter for Google Drive
I'm using this adapter inside a queue. Once it's registered via `Storage::extend()`, it'll be reused as long as the queue is running. Unfortunately, the access token expires in 1 hour...
This pull request adds a Composer task to [clean up unused Google Services](https://github.com/googleapis/google-api-php-client#cleaning-up-unused-services).
I was to connect my web app written in Laravel to connect with google drive. I use Flysystem Adapter. Unfortunately After a period of use. it is showing 401 error?...
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?
Hi! im uploading some xlsx files to a folder in my google drive, this works fine! now i need to create a url to open directly in a new tab...
I tried to upload 10 files as below: ```php for($file_array as $file) { Storage::disk('google')->put($file_name, $file); // take 2 ~ 3 second per request } ``` total take 20~30 seconds. pls...
the problem : - Root composer.json requires nao-pon/flysystem-google-drive 1.1.0 -> satisfiable by nao-pon/flysystem-google-drive[1.1.0]. - nao-pon/flysystem-google-drive 1.1.0 requires league/flysystem ~1.0 -> found league/flysystem[1.0.0-alpha1, ..., 1.x-dev] but these were not loaded, likely...
[Upgrade to 2.0/3.0(Docs)](https://flysystem.thephpleague.com/v2/docs/advanced/upgrade-to-2.0.0/) Is the migration from league/flysystem v1 to v3 planned? This is required for Laravel 9.x
{ "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", "locationType": "header", "location": "Authorization" } ], "code": 401, "message": "Login Required" } } How can I solve...
It's working fine, but when I'm trying to use it with spatie/laravel-medialibrary. It gives following error. ``` Google\Service\Exception: { "error": { "errors": [ { "domain": "global", "reason": "notFound", "message": "File...