laravel-google-drive-demo icon indicating copy to clipboard operation
laravel-google-drive-demo copied to clipboard

Laravel & Google Drive Storage - Demo project with Laravel 5.4

Results 38 laravel-google-drive-demo issues
Sort by recently updated
recently updated
newest added

Hello, When delete folder that remove form the drive but still in trash. I want delete permanently. Can you please help me out ? Here this is google provide permanently...

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.2 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies
php

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies
php

Google have updated OAuth Playground to automatically revoke refresh tokens after 24 hours. ![image](https://user-images.githubusercontent.com/470626/39916899-cc4aaace-5503-11e8-8e44-f0194174b5a1.png) >*Note: The OAuth Playground will automatically revoke refresh tokens after 24h. You can avoid this by...

in last week everything its work but today i cant acces all the gdrive api function ![image](https://user-images.githubusercontent.com/77313077/105717701-0a05ab00-5f53-11eb-9a56-5260bd0d7b7c.png) i try to make new creden,referesh token,oauth or anything like use another gmail...

I have a folder called for example "Templates", inside there are other folders(subfolders), and there are already files. How can I copy the "Template" folder to another location in google...

**only first file is uploded but return true for `dump($file)** ``` foreach($data as $d) { $filename = $d->dir . '/' . $d->name; $file = Storage::cloud()->put($filename, $d->content); dump($file); } ``` **then...

I have queues at the supervisor. I get a 401 error every 24 hours. it is possible that the supervisor is not updating the token. How to force supervisor to...

LogicException refresh token must be passed in or set as part of setAccessToken endor\google\apiclient\src\Client.php:323