标签: javascript jquery dropbox
我想从Dropbox执行一个文件。
我有一个商业Dropbox帐户,我可以使用密码保护文件。 我想知道我是否可以在查询参数中发送文件的密码,以便我可以执行get命令。
例如:
$.getScript('https://dl.dropbox.com/s/mlps4b84mt6f6ug/example.js');
此文件的密码为“test”。 我该如何访问它?