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'm testing the Tus method for uploading videos. Everything works fine until the moment I have to do the PATCH to the upload_link provided by the POST to https://api.vimeo.com/me/videos as the api says.
@Ury18 Your initial POST to /me/videos is likely not formed correctly. For a tus upload, the upload_link returned will be on the files.tus.vimeo.com domain.
I'm testing the Tus method for uploading videos. Everything works fine until the moment I have to do the
PATCH
to the upload_link provided by thePOST
tohttps://api.vimeo.com/me/videos
as the api says.https://developer.vimeo.com/api/upload/videos
The problem is that the url it provides-me returns with 404 not found.
I've tried to
PATCH
that url and I've also tried to open it in the browser. The result is the same.This is the url I get in the response of the
POST
:The text was updated successfully, but these errors were encountered: