I would like a simple working code example of uploading a file via the Chunked APIs using the Typescript SDK
I have reviewed the documentation here:
https://github.com/box/box-typescript-sdk-gen/blob/main/docs/chunkedUploads.md
https://developer.box.com/guides/uploads/chunked/?_gl=1*h4a2ux*_gcl_au*ODIyMTQzNzA5LjE3MzIxNDU5Mjk.
and also all available support/community issues related to this but I have but not found anything that clearly shows me how to do it
Task is simple: I want to upload a 70mb file using the Chunked Upload APIS (using Typescript SDK)
The documentation here is unclear and does not show a proper example:
https://github.com/box/box-typescript-sdk-gen/blob/main/docs/chunkedUploads.md
Can anyone kindly provide a simple example in Typescript that will show accomplish this task using the Typescript SDK (not the deprecated Node SDK)
I know how to upload smaller files that do not require chunking that is fine, but when it comes to Chunking I believe the TypeScript SDK documentation is insufficient, unclear and really does not explain how to accomplish this task.
Thanks