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
您好,我看了我们之前Android客户端的代码,当时使用的的是 aliyun提供的 Android sdk,向阿里云 upload 数据时,还会设置 callback 相关的参数 类似 ` put.setCallbackParam(new HashMap<String, String>() { { put("callbackUrl", OSS_CALLBACK_URL); put("callbackBody", "{"object":${object},"size":${size},"type":${x:type},"uid":${x:uid}}"); put("callbackBodyType", "application/json"); }
` 请问在 aly_oss 中upload时,如何设置callback参数?
The text was updated successfully, but these errors were encountered:
因我我自己使用的时候,没有用到callback,所以,暂时没有这部分功能。
后期会加上。
Sorry, something went wrong.
No branches or pull requests
您好,我看了我们之前Android客户端的代码,当时使用的的是
aliyun提供的 Android sdk,向阿里云 upload 数据时,还会设置 callback 相关的参数
类似
`
put.setCallbackParam(new HashMap<String, String>() {
{
put("callbackUrl", OSS_CALLBACK_URL);
put("callbackBody", "{"object":${object},"size":${size},"type":${x:type},"uid":${x:uid}}");
put("callbackBodyType", "application/json");
}
`
请问在 aly_oss 中upload时,如何设置callback参数?
The text was updated successfully, but these errors were encountered: