思维

Results 4 comments of 思维

Thanks, @PsiACE. There are many changes in this PR. It looks pretty good. At the time you create this PR, the CI checks were not landing. Now we have it,...

我也不会,我并没有开发者 e5 账号

我怀疑这个是由于,Cloudflare 的多个节点同时 refresh 了 token,但同一时刻只能有一个 access_token 是合法的。 解决方案有三: - 每次都 refresh access_token 不做 cache (有可能会被 rate limit,但没查到相关的文档说明) - 使用 Cloudflare Worker KV 全局存储 access_token (这个充值才能使用) - 使用其他方式共享全局 access_token ,比如使用 firebase...

个人版是肯定可以使用的。 教育版不见得一定能行,应该是有些教育版限制了第三方应用。 理论上可以使用 rclone 的账号都可以使用这个程序。