Hi, I'm developing a website that uploads videos to Vimeo using this package while using Laragon for local development (which has been working well).
However recently I have been getting this error when trying to upload the videos.
ErrorException
file_put_contents(): write of 211 bytes failed with errno=13 Permission denied
I've tried:
-
Reinstalling Laragon
-
All php artisan / composer commands you could possibly think of to clear any caches (including entirely reinstalling the vendor folder).
-
Granting permissions to various folders using chmod -R 755 and on folders on my windows pc
-
Getting new API keys for Vimeo
-
Reading a lot of forums, stack overflow and GitHub issue pages
I'm genuinely struggling to find a way to resolve this issue and would appreciate some help?
I appreciate this was recently mentioned in another issue on here #87 but I've been looking for quite some time for a solution and this is happening for a lot of people which leads me to believe this is an issue with the package.