Skip to content
Discussion options

You must be logged in to vote

I have resolved the issue. The first step was to decode the objectName in the upload path.

std::string object_path = "/" + ne_base::UrlDecode(authorization.objectName);

and then set use_double_uri_encode to true.

signing_config_.flags.use_double_uri_encode = true;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nmgwddj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant