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

Forum Discussion

jmccolgan93's avatar
jmccolgan93
Explorer | Level 3
6 years ago

CORS Access-Control-Allow-Origin

Hey guys, so i have this angular script to pull in a json file I'm storing in Dropbox. my current issue is that I get an Access-Control-Allow-Origin error every time. I'm not really sure how to fix it... 

    <script type="text/javascript">
        var app = angular.module("mig-usedgear", [])
        app.controller("myCtrl", function($scope, $http) {
            $http.get("http://www.dropbox.com/s/8g7fump2tnbohv2/items.json?raw=1")
                .then(function(response) {
                    $scope.friends = response.data;
                });
        });
    </script>

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 7 hours ago
325 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!