-
Notifications
You must be signed in to change notification settings - Fork 316
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
How to set creator, Signed URL and Allowed Origins on Cloudflare TUS Upload #684
Comments
I don't know what these are. Please elaborate more. |
This is the code that does resumable uploads on cloudflare stream. The js client that I'm using is |
What are "creator" and "Signed option"? I don't CloudFlare's API and thus cannot help you until you provide more details on what these terms mean and what you want to do with them. Maybe provide a link where this is explained. |
Apologies. Please refer to the following link for TUS(Large size file uploads) https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/ You can also refer to curl documentation, but because I'm using tus js client, so the fields might differ. https://developers.cloudflare.com/api/operations/stream-videos-upload-videos-via-direct-upload-ur-ls I wanted to know how can I achieve this using my tus js client to pass the creator id and the other 2 params I mentioned. |
Those links helped, thanks.
I hope this helps! |
Question
How to set the the creator id and signed url and Allowed orgins. Also can Allowed origins be a wild card ?
Setup details
Code:
The text was updated successfully, but these errors were encountered: