cloudconvert / cloudconvert-node

CloudConvert node.js SDK
https://cloudconvert.com/api/v2
Other
164 stars 41 forks source link

Type "import/raw" is not assignable to type #76

Closed mcarson28 closed 2 years ago

mcarson28 commented 3 years ago

I'm trying to import a raw file but I'm getting a typescript error that 'import/raw' is not acceptable for the operation field. I built the tasks object from the job builder. Is raw import no longer supported?

josiasmontag commented 3 years ago

The API supports import/raw but this SDK has not implemented it yet. We will add that at some point. In meantime, PRs are also welcome :)

mcarson28 commented 3 years ago

Thanks! I actually think that the upload is going to work better in my case after reading the file size limitations.

KnorpelSenf commented 2 years ago

Is this closed by #84?

josiasmontag commented 2 years ago

Yes it is.