nao-pon / flysystem-google-drive

Flysystem adapter for Google Drive
MIT License
352 stars 128 forks source link

Upload multiple file take a lot of time #112

Open lehoai opened 2 years ago

lehoai commented 2 years ago

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?

PaolaRuby commented 2 years ago

Read google drive api documentation