第一步:获取 refresh_token 并复制
自动获取:登录阿里云盘后,控制台粘贴
copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);
手动获取:登录阿里云盘后,可以在开发者工具 -> Application -> Local Storage 中的 token 字段中找到。
注意:不是复制整段 JSON 值,而是 JSON 里 refresh_token 字段的值,如下图所示红色部分:
来自:https://github.com/mrabit/aliyundriveDailyCheck?tab=readme-ov-file