nao-pon/flysystem-google-drive

Upload multiple file take a lot of time

lehoai opened this issue · 1 comments

I tried to upload 10 files as below:

for($file_array as $file) {
     Storage::disk('google')->put($file_name, $file); // take 2 ~ 3 second per request
}

total take 20~30 seconds.

pls show me how to speed up?

Read google drive api documentation