Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

731
Vistas
Vimeo video uploading through Laravel giving -file_put_contents():Write of --- bytes failed with errno=13 Permission denied

I am trying to upload a video on Vimeo using Laravel. I have successfully installed SDK and have established connection to vimeo. However when I am trying to upload a video using-

 use Vimeo\Laravel\VimeoManager;
 use Vimeo\Laravel\Facades\Vimeo;

    public function teacherlessonAdd(Request $request,VimeoManager $vimeo)
   {
       $file_name=$request->file('lesson_video');
       $uri=$vimeo->upload($file_name,array(
        'name' => $request->name,
        'description' => $request->description,
      ));
      dd($uri);
   }

The page loads and the I get the error:

file_put_contents(): Write of 211 bytes failed with errno=13 Permission denied

Although a file of 0 mb is getting uploaded at vimeo panel.

I am on localhost and have tried

php artisan config:clear
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Check this Github issues page: https://github.com/vimeo/laravel/issues/77

Where I found the following answer:

I also face this issue but solve it with this simple step.

go into vendor/ folder.
chmod -R 775 ankitpokhrel/
chown -R www-data ankitpokhrel/
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda