'Upload link return 503 Service Unavailable on Vimeo API

Since 10 days Upload links i generated with Vimeo API return 503 Service Unavailable. I tried to updated to the last PHP SDK version but nothing change.

My code

$video_response = $lib->request('/me/videos', array(
    'upload' =>array(
    'approach' => 'post',
    'redirect_url' => $current_url
)), 'POST');
?>

enter image description here

Thanks for your help if someone have the same issue



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source