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
I have the same problem after upgrading sdk version to 3.0.8
EDIT: I discovered this was happening due to wrong permissons to libraries folder. After I set to www-data instead of root everything was solved
When I do a vimeo upload via the API, the video does upload properly, but the php code hangs and never returns....
This causes the browser to just sit and spin forever!
$uri = $client->upload("videofile.mp4", array (
"name" => "TEST UPLOAD",
"description" => "THIS IS A TEST UPLOAD",
"content_rating" => "safe"
));
Everything works ok, untill the above line, $uri = $client->upload();
This is where it hangs, weird thing is I think this is the line that does the upload which does complete
Any ides???
The text was updated successfully, but these errors were encountered: