kknd22 我直接F12把refresh_token这个值复制过来了,为何报错? http error code:200 出错了! (warning!) ../lib/PathDriverAliyun.class.php[540]; PathDriverAliyun->cacheSet(); Too few arguments to function PathDriverAliyun::cacheSet(), 2 passed in ./plugins/aliyunDrive/lib/PathDriverAliyun.class.php on line 548 and exactly 3 expected
ofuJD5iA01h3JIZDYvrBUE4AMNeI 经过了11个小版本的迭代,已经基本全面支持所有功能了,包括网页端,app端,webdav的支持,目前因为官方在webdav和手机app的时候不加载mine.js导致无法直链,手机端和webdav目前采用服务器代理下载的形式,要解决这个问题有两种解决办法,1.官方配合允许在手机app和webdav的时候禁用referer,2.我自行通过php修改本插件之外的文件,本着职业道德,方案2目前暂不采取,如若有需要可以私聊我解决
aryce kodbox上传后报错 http error code:200 Parse error: syntax error, unexpected '[' in D:\WWW\plugins\aliyunDrive\lib\PathDriverAliyun.class.php on line 193
ofuJD5lAz2uGrdIOE5YAm_61duxA 无法上传,提示这个。 修改nginx的配置文件 client_max_body_size 50M; client_header_timeout 3600s; client_body_timeout 3600s; fastcgi_connect_timeout 3600s; fastcgi_send_timeout 3600s; fastcgi_read_timeout 3600s; 其他webserver相应修改类似限制;如apache需要修改LimitRequestBody 修改完成重启nginx生效: service nginx reload 修改php配置文件php.ini; post_max_size = 500M; upload_max_filesize = 500M; memory_limit = 500M; max_execution_time = 3600; max_input_time = 3600; 对应 php-fpm.conf也需要修改 request_terminate_timeout 3600
ofuJD5iA01h3JIZDYvrBUE4AMNeI 首先这里回答一下之前插件的问题,因为没有使用服务器检查升级,直接调用gitee的官方数据,造成仓库被封禁,已经无法解开了,所以重新开了一个仓库,新仓库地址:https://gitee.com/fs185085781/kod 也感谢大家的关爱,这次新发布了通用网盘插件,重构了底层逻辑,让第三方网盘对接更容易,目前我自行实现了阿里云盘和123云盘对接,均实现了直连下载,窗口化简易登录,以及内嵌网页版的功能,给大家尝尝鲜 下面是效果图,仅供参考 阿里云盘 123云盘