You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you trying to upload thumbnail to video and providing this URL uploadImage("https://api.vimeo.com/videos/{$videoID}", $filename);
above statement code statement is wrong:
then you need to try something like this uploadImage("/videos/{$yourvideoID}", $filename);
and I also recommend you a useful blog : [https://github.com//issues/25]
hi there, i am trying to integrate my laravel app with vimeo API, so i am getting the error below.
Unable to complete request. [Could not resolve host: api.vimeo.commanage].
My controller:
use Vimeo\Laravel\Facades\Vimeo;
return Vimeo::request('/me/videos', ['per_page' => 10], 'GET');
The text was updated successfully, but these errors were encountered: