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

With the code : `$contents = collect(Storage::cloud()->listContents($dir, $recursive));` I can only return files/folders that are created from the Demo App. If I created/upload files/folders manually it wouldn't be return with...

Is it possible change Drive folder id based on users logged in

Hello, I get refresh token following this instruction: https://github.com/ivanvermeyen/laravel-google-drive-demo/blob/master/README/2-getting-your-refresh-token.md It works few days and after that it throws an error: "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup"...

everything well on my computer, i can upload and get image on Google Drive, but after i deploy to server and upload image i got this error "refresh token must...

I succesfuly uploaded files to my drive using the examples in here. I got the url of the audio files and I can read them right in the browser on...

can i access files and folders of a shared drive?

**Problem** I tried to download a folder from Google Drive, which contains many files. After starting the download, the following error is shown and no file is downloaded. `ERROR: {...

Hello, I want to share with you the modifications I've done to use service account (json file) to authenticat instead of using Oauth tokens: At file **app\Providers\GoogleDriveServiceProvider** change : ```php...

How To

I am getting fail most of the time for the 2k directory when I am trying to check the directory already exists? but getting a fail response $contents = collect(Storage::listContents());...