ivanvermeyen / laravel-google-drive-demo

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

Download complete folder #48

Closed callmezarri closed 5 years ago

callmezarri commented 5 years ago

hi, i was trying todo download a complete folder, but i cannot figure Joe yo do that, is there someone that made this ?

ivanvermeyen commented 5 years ago

Hi, sorry for the late reply. It might be possible using Google's API directly, I'm not sure. But not with Laravel's Storage system. You would either need to obtain a download link from Google or zip the files on your server before serving them to the users.