We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here. 

Forum Discussion

yyyhhh's avatar
yyyhhh
Explorer | Level 4
3 months ago

How to configure the domain to the chooser's frame-ancestor

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. 


Thanks in advance~

 

 

const comp = new Dropbox.Chooser({
      appKey: "",
      onSuccess: () => {
      },
      onCancel: () => {
      },
      linkType: "preview",
})
Dropbox.mount(comp, document.getElementById("container"));

 

 



 

 

  • Здравко's avatar
    Здравко
    Legendary | Level 20

    yyyhhh wrote:

    ... How can I add my domain to frame-ancestor? Is this in the app's setting page? It doesn't seem to work. 

    ...


    You have answered to your question already and it should work.

    One thing that you missed is Chooser cannot be mounted! Only Dropbox Embedder can be mounted.

    Dropbox Chooser may only open in new frame where user can select whatever intended. Setup it as noted here and use as described there. You may need to redesign your page.

    Good luck.

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API

Make connections with other developers

795 PostsLatest Activity: 5 days ago
192 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!