Question
Running locally I get error: This application domain (http://127.0.0.1:5500) is not authorized
I have added my API key to the clientId:
var embeddedView = new AdobeDC.View({
clientId: API_KEY,
divId: divId
});
When I go to index.html in a browser I get this error in a JS alert:
This application domain (http://127.0.0.1:5500) is not authorized to use the provided PDF Embed API Client ID.
