Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var url = Utility.oauth.postData(self.saveApi, data, function (url) {
Dropbox.save(JSON.parse(url).url, self.playerTitle() + '.json', Settings.dropboxSaveOptions);
}, null, token.accessToken());
};