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
ok, I know it says the key is missing from the array. I have added it but it keeps giving me the same error
$uri = Vimeo::connection()->upload($this->video->getPathName(), array(
"body" => $this->_title_,
"description" => $this->_description_,
"upload_link" => (but what do I put here?)
));
in the upload_link key I have put whatever. but it doesn't work either
The text was updated successfully, but these errors were encountered:
Hello I have copied as it is in the documentation of how to upload a video like this
but I get an error like this
ok, actually my code is like this.
ok, I know it says the key is missing from the array. I have added it but it keeps giving me the same error
in the upload_link key I have put whatever. but it doesn't work either
The text was updated successfully, but these errors were encountered: