Question: I’m very new to js and I’m learning Nestjs. I’m building an API to work with the Vimeo API using their Vimeo lib. To upload a video, the Vimeo class has a method called upload: On my service, I ...