This repository was archived by the owner on Jan 1, 2022. It is now read-only.
优先使用保存的 refresh_token,其次才是配置的 refresh_token#186
Open
yuudi wants to merge 2 commits intospencerwooo:mainfrom
yuudi:main
Open
优先使用保存的 refresh_token,其次才是配置的 refresh_token#186yuudi wants to merge 2 commits intospencerwooo:mainfrom yuudi:main
yuudi wants to merge 2 commits intospencerwooo:mainfrom
yuudi:main
Conversation
Closed
Author
|
不好意思我没有用 wrangler 测试,我是直接用 webpack cli 打包后直接复制到 cloudflare worker 的 可能 wrangler 不太支持可选链和空值合并 PR 已经修改,改掉了这些新语法 |
编译通过,谢谢您的支持 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

由于 onedrive 的 refresh_token 有效期只有三个月,如果使用配置的 refresh_token,则三个月后会出现错误
所以,优先使用保存的 refresh_token,当保存的 refresh_token 不存在时才使用配置的 refresh_token