DolbyIO / dolbyio-rest-apis-client-node

Dolby.io REST APIs Client for Node.JS
https://www.npmjs.com/package/@dolbyio/dolbyio-rest-apis-client
MIT License
7 stars 3 forks source link

The readme documentation has incorrect code for file upload #47

Closed chinmaycdj closed 1 year ago

chinmaycdj commented 1 year ago

In the section Upload a file for processing in README

await dolbyio.io.uploadFile(jwt, inputUrl, originalFilePath); Should actually be

await dolbyio.media.io.uploadFile(jwt, inputUrl, originalFilePath);

FabienLavocat commented 1 year ago

You're absolutely right, thanks for catching that!