Hey guys,
I'm struggling to implement a single drop-in saver button on a blank html document running from local host.
I tried copying the dropins.js and referencing it locally but am unsure what else I could try to get a single upload button working.
my code for reference:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Saver</title>
</head>
<body>
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="kyljf8vcbai3kc7">
<a href="https://dl.dropboxusercontent.com/s/deroi5nwm6u7gdf/advice.png" class="dropbox-saver"></a>
Dropbox.createSaveButton(localhost, filename);
</script>
</body>
</html>