aspose-slides-cloud / aspose-slides-cloud-nodejs

JavaScript library for communicating with the Aspose.Slides Cloud API
MIT License
1 stars 1 forks source link

Created an app, added the sid and secret, but still get { message: 'Customer not found.', code: 403 } #3

Open JClackett opened 1 year ago

JClackett commented 1 year ago

Usage below:

import { SlidesApi } from "asposeslidescloud"
const slidesApi = new SlidesApi(<sid>, <secret>)
const res = await slidesApi.mergeOnline(<files>)
fs.writeFile("MyPresentation.pdf", res.body)