Dropbox drop-in saver本地主机文件错误

时间:2021-03-27 16:55:41

Is possible localhost file upload to dropbox via drop-in saver?(https://www.dropbox.com/developers/dropins/saver)

可以通过drop-in saver将localhost文件上传到Dropbox吗?(https://www.dropbox.com/developers/dropins/saver)

I'm tried this , but i got an error class (dropbox-dropin-error).

我试过这个,但我得到了一个错误类(dropbox-dropin-error)。

My code

我的代码

<a class="dropbox-saver" href="http://localhost/app/backup.sql">SAVE TO DROPBOX</a>

1 个解决方案

#1


3  

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.

不可以,无法通过插件保护程序将本地托管文件上传到Dropbox,插件保护程序只是让您将文件下载到Dropbox配额,因此需要一个公共可访问的URL才能在Dropbox服务器上下载该文件而localhost只有您可以访问URL。

#1


3  

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.

不可以,无法通过插件保护程序将本地托管文件上传到Dropbox,插件保护程序只是让您将文件下载到Dropbox配额,因此需要一个公共可访问的URL才能在Dropbox服务器上下载该文件而localhost只有您可以访问URL。