Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

729
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda