I'm attempting to implement a saver button to my website, and while I get the pop-up window with your dropbox folders, when I go to save, I get a 'Failed to Load Request'.
I have all proper keys added to the page. And have added proper urls in the app console.
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="zg8m3w9v761v2uc"></script>
I've attempted in localhost and also in a hosted site (used all proper urls for it as well).
Can the saver button save entire shared folder? I wonder if that is my issue?