Reputation: 1197
Is possible localhost file upload to dropbox via drop-in saver?(https://www.dropbox.com/developers/dropins/saver)
I'm tried this , but i got an error class (dropbox-dropin-error).
My code
<a class="dropbox-saver" href="http://localhost/app/backup.sql">SAVE TO DROPBOX</a>
Upvotes: 3
Views: 927
Reputation: 1561
No, it is not possible to upload a local hosted file to Dropbox via drop-in saver, drop-in saver just let you download a file to your Dropbox quota so it need an public accessible URL to download that file on Dropbox servers while localhost URL is only accessible for you.
Upvotes: 3