Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload multiple file take a lot of time #112

Open
lehoai opened this issue Jun 7, 2022 · 1 comment
Open

Upload multiple file take a lot of time #112

lehoai opened this issue Jun 7, 2022 · 1 comment

Comments

@lehoai
Copy link

lehoai commented Jun 7, 2022

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
Copy link

Read google drive api documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants