tusdotnet / tusdotnet

.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to configure to upload viemo api

reoq22 opened this issue · comments

commented

I want to upload a large video to Vimeo using Vimeo API upload endpoint instead of keeping files in local disk "App_Data", "tusfiles" does anyone have any idea?

Vimeo already supports tus 1.x natively so no need to involve tusdotnet at all. You can just send the data directly to Vimeo from your client.

https://developer.vimeo.com/api/upload/videos

commented

Thank you so much I am very beginner to use Tus.