when i use dropbox api for uploading file. the http header contain chinese, for example:
"Dropbox-API-Arg:{\"path\": \"/Test/中文.doc\",\"mode\": \"add\",\"autorename\": true,\"mute\": false,\"strict_conflict\": false}".
it will response error message:
Error in call to API function "files/upload": HTTP header "Dropbox-API-Arg": could not decode input as JSON.
how should i do?
thanks.