Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Electrify2015
9 years agoExplorer | Level 4
Save files to dropbox using the save file function
Hi, Today i saw this feature that allow a user to just click a button to save the file to the dropbox account. So i was thinking in taking advantage of this feature by creating a page were i just ...
Electrify2015
9 years agoExplorer | Level 4
This was what i was trying to build but it doesn't work. I get the file value but when executing it! It open the the image.
<form>
<input type="text" id="file_id" value="https://dl.dropboxusercontent.com/s/deroi5nwm6u7gdf/advice.png"><br>
<input type="submit" value="Send!" onclick="send()">
</form>
<script>
send = function() {
var file_id = document.getElementById('file_id').value;
document.write('<a href="'+file_id+'" class="dropbox-saver">123</a>');
}
</script>Greg-DB
Dropbox Community Moderator
9 years agoI'm not sure I understand your question. It looks like you already have the Dropbox link at this point in the code though. If you need general HTML/JavaScript help, I'm afraid I can't be of use, as that wouldn't be about Dropbox itself. You may want to post on a general help forum, such as StackOverflow.
- Electrify20159 years agoExplorer | Level 4
OK, Thanks
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!