Api using nodejs getting Below Error

Response from ApI
key is correct but I get below response

{ message: 'No HTTP resource was found that matches the request URI \'http://api .aspose.cloud/v1.1/test.doc/saveAs?AppSid=41cbf44e-2bb8-4bd4-ab3a-58e5b569ddbd\' .',   code: 404 }

My Usage logs

Error: Error while loading file 'test.doc' from storage: AmazonS3 exception: Error 'The specified key does not exist.', Bucket 'afc-filestorage', FilePath '64628/85c10523-b990-402f-893c-bae45d969a8e/test.doc' => Error while loading file 'test.doc' from storage: AmazonS3 exception: Error 'The specified key does not exist.', Bucket 'afc-filestorage', FilePath '64628/85c10523-b990-402f-893c-bae45d969a8e/test.doc' => AmazonS3 exception: Error 'The specified key does not exist.', Bucket 'afc-filestorage', FilePath '64628/85c10523-b990-402f-893c-bae45d969a8e/test.doc'. Method: Save the document as.. Parameters: name 'test.doc',saveOptionsData 'Aspose.Words.Cloud.DTO.Saving.PdfSaveOptionsData',folder ''

@vinita123,

Thanks for your inquiry. You have posted your query in Aspose.Words forum. We have created new thread in Aspose.Words Cloud forum. Please follow this thread for further proceedings.

@mateensajjad

Thank you for replying

I already installed asposewordscloud using mentioned command

npm install asposewordscloud --save

If I use above command so I don’t have to use SDK?

@vinita123

If I use above command so I don’t have to use SDK?

Yes. npm install asposewordscloud --save is a convenient way to integrate SDK into your project.