Open Sameer-hesta opened 4 years ago
Hi, I am facing the same issue. Did you manage to solve it somehow?
Hi,
I managed to solve it. It was permissions issue on my VPS. While video upload there is a getCache metho inside of Vimeo.php file from the package. If you trace, dd() a bit it down it will show you the location of cache folder. I added write permissions there and it started working.
Thanks @Greenvold Solved for me
@bump Can we close this?
I also faced the same issue. The exact path is /vendor/ankitpokhrel/tus-php/ and I created .cache folder and set it permission to 755
@rudolfbruder Thanks and we can close this.
I managed to solve it by below command.
sudo chown -R www-data vendor/ankitpokhrel sudo chmod -R ug+rwx vendor/ankitpokhrel
I also face this issue but solve it with this simple step.
I got 502 in every single request, cant event retrieve user profile
Hello,
I am having a Vimeo plus account, There is an issue I am facing while uploading video from development
{ "data": "mkdir(): Permission denied", "status": 500, "error": true, "message": "Something went wrong" }
But this upload works fine when I use it on local server