when i try to download folder on s3 file using file manager in laravel

49 Views Asked by At

When I tried download folder on s3 file using file manager in Laravel getting Zip Archive::close(): Failure to create temporary file: Permission denied

I tried this command in my ubuntu server "chmod 1777 /tmp" and check "ls -ld /tmp" its getting "drwxrwxrwt"

but still getting Zip Archive::close(): Failure to create temporary file: Permission denied

0

There are 0 best solutions below