Hi~I used the chooser's iframe embedding (as shown in the code). However, it's not displaying correctly due to frame-ancestor restrictions. How can I add my domain to frame-ancestor? Is this in the app's setting page? It doesn't seem to work.
const comp = new Dropbox.Chooser({
appKey: "",
onSuccess: () => {
},
onCancel: () => {
},
linkType: "preview",
})
Dropbox.mount(comp, document.getElementById("container"));

