We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Third Party Integrations
2 TopicsHow do I get the share url of a local dropbox file using vb.net
Hello my dear friends I use Dropbox folder by setup Dropbox program in my computer When I have to get a direct link to any file in Dropbox folder just I go to Dropbox folder in my computer and choose that file and right click by mouse and select copy direct link of that file How I do that by vb.net I want to browse for file and select it and get that direct link by vb.net And I am sorry for my bad English2.1KViews0likes6CommentsHow 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"));373Views0likes2Comments