-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting video_id after successfully upload video #188
Comments
Hi @mehuls1013, The easiest way to implement upload to Vimeo from an iOS app is to use VimeoUpload. Since upload is a complex process, we'd recommend you use that well-supported library over standard API requests in this case. |
Hello @huebnerob Thanks for your reply. We are success with upload video but the last step which provide VIDEO_ID (complete the upload : https://developer.vimeo.com/api/upload/videos#complete-the-upload) is not working for us. We already mentioned our request above. If any other information you need please let us know. And we already used the same API which you suggested VimeoUpload. Please help us to sort this out. Looking forward to your reply. |
Hello @huebnerob Any update? Please provide your feedback on this. |
Could you provide the full request/response pair for the initial POST to /me/videos, and the final DELETE call? |
Hello @Dashron As earlier we've said that we are using VimeoUpload, but not found video_id after successful video uploading. Step 3: Response: Here, we get 308 status code that means file exist on your server. Step 4: Response: Here, in last step we need VIDEO_ID in location header in HTTPResponse as per your documentation. but we are not getting it instead it gifting us ERRORs each time. We are using ACCEESS_TOKEN = "2d2bc84a7f111b6bee6b24d26c6421e5". Please review for this and let us know if there is any luck to solve out this issue. Regards, |
I have follow the steps to upload video and get success result but the last step which should give output as upload video's video_id in location header not happening.
Request is:
https://api.vimeo.com/users/50720263/tickets/968529753fbedbb1a2b5b1791a322472?video_file_id=524748226&upgrade=true&signature=939e960421a3e3b7a46532209962c63b&access_token=c4ab6224e971689e0a79cde46df71eb1
HTTPMethod: DELETE
Request Timeout: 180
I've posted this issue in vimeo forum also but they are not replying.
https://vimeo.zendesk.com/hc/en-us/requests/2989480
Please help me to sort out this issue.
Any help will surely appreciable.
Thanks,
Mehul
The text was updated successfully, but these errors were encountered: