You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
gauravsc
7 years agoExplorer | Level 3
Error while using chooser/saver: "Uh oh! Seems like this widget is not configured properly...."
I am trying demo for chooser/saver demo at https://codepen.io/gauravsc/pen/dqRGjv
I am getting error "Uh oh! Seems like this widget is not configured properly. Origin does not match any app domain". I have added www.codepen.io in Chooser/Saver domains in app settings.
Below is my code. I am getting error at both Chooser/Saver.
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="ihmj5go9ryc2tjh"></script>
<div class="container">
<div class="row">
<h1>Dropbox Chooser/Saver Demo</h1>
<div class="col-md-6"> <a href="https://images.pexels.com/photos/1048033/pexels-photo-1048033.jpeg?cs=srgb&dl=abstract-asymmetry-botanical-1048033.jpg&fm=jpg" class="dropbox-saver"></a></div>
<div class="col-md-6">
<div id="dropbox-container"></div>
<hr>
<ul id="img_list" class="small-block-grid-1 medium-block-grid-2 large-block-grid-3">
</ul>
</div>
</div>
</div>
</div>
</div>
It looks like CodePen serves on just codepen.io, not www.codepen.io, so you need to register codepen.io (without the 'www') for your app's 'Chooser/Saver domains'
on the app's page on the App Console.
- Greg-DBDropbox Staff
It looks like CodePen serves on just codepen.io, not www.codepen.io, so you need to register codepen.io (without the 'www') for your app's 'Chooser/Saver domains'
on the app's page on the App Console.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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!