We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在js程序中用于上传和下载的代码:download_handler.js和uploadhandler.js,我们给出了回调地址用于更新下载和上传的状态。但是现在好像这个模块没有触发。
这个是我们调用的方法:
The text was updated successfully, but these errors were encountered:
你是不是有设置ALIYUNPAN_CONFIG_DIR环境变量改过config配置文件的位置,这个js也需要拷贝过去了
Sorry, something went wrong.
你好,我们把ALIYUNPAN_CONFIG_DIR=是要指向aliyunpan_config.json的位置,还是指向存放js回调文件的文件夹../plugin/js ?
目前我们尝试 ALIYUNPAN_CONFIG_DIR=../plugin/js但是回调函数没有调用成功。同时我们发现日志也是空的。是不是我们也没有配置好所以日志打印出来都是空的?
这个是我们现在插件的目录的样子:
你好,我们把ALIYUNPAN_CONFIG_DIR=是要指向aliyunpan_config.json的位置,还是指向存放js回调文件的文件夹../plugin/js ? 目前我们尝试 ALIYUNPAN_CONFIG_DIR=../plugin/js但是回调函数没有调用成功。同时我们发现日志也是空的。是不是我们也没有配置好所以日志打印出来都是空的? 这个是我们现在插件的目录的样子:
这个ALIYUNPAN_CONFIG_DIR变量配置到这个文件aliyunpan_config.json所在的目录即可
No branches or pull requests
在js程序中用于上传和下载的代码:download_handler.js和uploadhandler.js,我们给出了回调地址用于更新下载和上传的状态。但是现在好像这个模块没有触发。
这个是我们调用的方法:
The text was updated successfully, but these errors were encountered: