cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

go-tus example on stream upload documentation is incomplete

Open gdespirito opened this issue 1 year ago • 0 comments

Which Cloudflare product does this pertain to?

Stream

Existing documentation URL(s)

https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/

What changes are you suggesting?

Innthe go example, using go-tus, is not possible to obtain the stream id of the video, so, the upload works fine, but i can not know where it was uploaded xD

in Node.js exists a 'onAfterResponse' callback that enables the retrieve of the stream-id header, but in go-tus that is not possible. I would appreciate any suggestions to b documented in that page.

Additional information

a

gdespirito avatar Nov 26 '23 17:11 gdespirito