第一歩: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 フィールドの値をコピーしてください。以下の画像の赤い部分を参照してください:
Source: https://github.com/mrabit/aliyundriveDailyCheck?tab=readme-ov-file