OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
667 stars 95 forks source link

PowerPoint.createPresentation(base64) not working on PowerPoint iPad #3449

Open SkopinGroup opened 1 year ago

SkopinGroup commented 1 year ago

Your Environment

Expected behavior

If we execute "PowerPoint.createPresentation(base64)", we should be able to open the PowerPoint from the given base64 or when executing "PowerPoint.createPresentation()", we should be able to open a blank presentation on PowerPoint iPad.

Current behavior

Currently when executing PowerPoint.createPresentation() or PowerPoint.createPresentation(base64) it gives the following error: {"name":"RichApi.Error","code":"GeneralException","traceMessages":[],"innerError":null,"debugInfo":{"code":"GeneralException","message":"An internal error has occurred."},"httpStatusCode":500}

Steps to reproduce

  1. Execute PowerPoint.createPresentation() or PowerPoint.createPresentation(base64)
SkopinGroup commented 1 year ago

Any updates on this ticket?

SkopinGroup commented 1 year ago

Did someone already take a look at it?