第一步:獲取 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