We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从npm 安装时候是6.0.0,。https://github.com/qiniu/nodejs-sdk/releases 在rs.js 第 168 行 if (this.callbackUrl != null) { flags['callbackUrl'] = this.scope; // 应该是 ths.callbackUrl }
导致回调都不可用。 也就是npm安装的跟 master上的不一致 麻烦请更新下,谢谢
The text was updated successfully, but these errors were encountered:
fixed, 谢谢
Sorry, something went wrong.
No branches or pull requests
从npm 安装时候是6.0.0,。https://github.com/qiniu/nodejs-sdk/releases
在rs.js 第 168 行
if (this.callbackUrl != null) {
flags['callbackUrl'] = this.scope; // 应该是 ths.callbackUrl
}
导致回调都不可用。
也就是npm安装的跟 master上的不一致
麻烦请更新下,谢谢
The text was updated successfully, but these errors were encountered: