第一歩: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