```Hi. When using Direct Creator Upload with tus, there is one really important thing to keep in min

Hi. When using Direct Creator Upload with tus, there is one really important thing to keep in mind: tus should be configured to call your backend service/endpoint which returns the tokenized url. Your backend service should call the Stream API and return the tokenized url in the Location header. You should not be passing the videodelivery.net 2 url directly to tus.


A CloudFlare team member posted this answer in the post ,
https://community.cloudflare.com/t/flutter-using-cloudflare-stream-tus-upload-got-400-error/276974/7

I want to know how I can generate a Tokanized URL on the client side.
Was this page helpful?